]> git.proxmox.com Git - mirror_ovs.git/commit - acinclude.m4
compat: add SCTP netfilter states for older kernels
authorAaron Conole <aconole@redhat.com>
Tue, 21 May 2019 18:16:30 +0000 (14:16 -0400)
committerBen Pfaff <blp@ovn.org>
Fri, 24 May 2019 16:50:53 +0000 (09:50 -0700)
commit8c7130da98c55bdf13eae62b5250434f8dfd366b
treeb3c66b7d9ff596f1809f4eac4fd8d26d7763162f
parentfbc22735fd0d830d1e9367eb42a3feeb3615c449
compat: add SCTP netfilter states for older kernels

Bake in the SCTP states from the kernel UAPI.  This means an older
revision of the kernel headers won't interfere with the SCTP display
enhancement.  Additionally, if a newer version is available, or if
x-compiling the datapath module we defer to that version (since this
is just meant to provide the missing definitions).

This will be used in a future commit.

Signed-off-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
acinclude.m4
configure.ac
include/linux/automake.mk
include/linux/netfilter/nf_conntrack_sctp.h [new file with mode: 0644]