compat: Backport conntrack zones headers.
authorJoe Stringer <joestringer@nicira.com>
Thu, 3 Dec 2015 07:53:37 +0000 (23:53 -0800)
committerJoe Stringer <joe@ovn.org>
Fri, 4 Dec 2015 01:08:15 +0000 (17:08 -0800)
commit420c9726b6365170e4ffdeece690d380997944d1
treef4c4d19e26902d59d3a45c58b8e2521a7ef4035a
parente23775f20e1a4c193c22f3fc78fb41ebcd93eeac
compat: Backport conntrack zones headers.

Loosely based upon Linux commit 308ac9143ee2 "netfilter: nf_conntrack:
push zone object into functions".

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
datapath/linux/Modules.mk
datapath/linux/compat/include/net/netfilter/nf_conntrack_expect.h [new file with mode: 0644]
datapath/linux/compat/include/net/netfilter/nf_conntrack_zones.h [new file with mode: 0644]
datapath/linux/compat/nf_conntrack_core.c [new file with mode: 0644]