]> git.proxmox.com Git - mirror_ovs.git/commit
conntrack: Disable algs by default.
authorDarrell Ball <dlu998@gmail.com>
Mon, 4 Dec 2017 16:13:07 +0000 (08:13 -0800)
committerBen Pfaff <blp@ovn.org>
Mon, 11 Dec 2017 22:14:24 +0000 (14:14 -0800)
commit3a2a425b4c4ebd49dcf07e5eb6d901c98424b999
treec3a6d43b47452922df448889457dd586fc5874d9
parentbd7d93f8b4855ff8edc14dc094cd91a48ea10d17
conntrack: Disable algs by default.

Presently, alg processing is enabled by default to better exercise code.
This is similar to kernels before 4.7 as well.  The recommended default
behavior in the newer kernels is to only process algs if a helper is
supplied in a conntrack rule.  The behavior is changed to match the
later kernels.

A test is extended to check that the control connection is still
created in such a case.

Signed-off-by: Darrell Ball <dlu998@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Aaron Conole <aconole@redhat.com>
lib/conntrack.c
tests/system-traffic.at