datapath: compat for NAT.
authorJarno Rajahalme <jarno@ovn.org>
Tue, 21 Jun 2016 01:51:06 +0000 (18:51 -0700)
committerJarno Rajahalme <jarno@ovn.org>
Tue, 21 Jun 2016 01:51:06 +0000 (18:51 -0700)
commit0d330e4299934bda2efa1bd1ffb20621c24312fd
treeb0811b74a28bb97cbda945e1a051e87d0359afda
parent71ce9eddafef87952fcdfb65a3d998c67fcd7901
datapath: compat for NAT.

Compat code required to make the NAT code in the following patch
compile with Linux 3.10 - 4.6.

Some compat code applies to the conntrack.c itself; these are added
after the main NAT backport for conntrack.c later in the series.

Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
Acked-by: Jesse Gross <jesse@kernel.org>
acinclude.m4
datapath/linux/Modules.mk
datapath/linux/compat/include/net/netfilter/nf_conntrack_core.h
datapath/linux/compat/include/net/netfilter/nf_conntrack_seqadj.h [new file with mode: 0644]
datapath/linux/compat/include/net/netfilter/nf_nat.h [new file with mode: 0644]