]> git.baikalelectronics.ru Git - kernel.git/commit
openvswitch: Remove conntrack Kconfig option.
authorJoe Stringer <joestringer@nicira.com>
Fri, 4 Sep 2015 20:07:40 +0000 (13:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Sep 2015 06:48:33 +0000 (23:48 -0700)
commit6d5592de84c59fb2e9b481f6990ec85dba00dee1
treed20053f0128889945e7dc1e777c5bf33d458e957
parent66e934bc5b8a965a44643c1eec80e1ff7192010c
openvswitch: Remove conntrack Kconfig option.

There's no particular desire to have conntrack action support in Open
vSwitch as an independently configurable bit, rather just to ensure
there is not a hard dependency. This exposed option doesn't accurately
reflect the conntrack dependency when enabled, so simplify this by
removing the option. Compile the support if NF_CONNTRACK is enabled.

Fixes: 7ea99650bc97 ("openvswitch: Add conntrack action")
Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/Kconfig
net/openvswitch/Makefile
net/openvswitch/conntrack.h