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: 7f8a436eaa
("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>
This commit is contained in:

committed by
David S. Miller

parent
585e7e1a54
commit
f88f69dd17
@@ -15,7 +15,9 @@ openvswitch-y := \
|
||||
vport-internal_dev.o \
|
||||
vport-netdev.o
|
||||
|
||||
openvswitch-$(CONFIG_OPENVSWITCH_CONNTRACK) += conntrack.o
|
||||
ifneq ($(CONFIG_NF_CONNTRACK),)
|
||||
openvswitch-y += conntrack.o
|
||||
endif
|
||||
|
||||
obj-$(CONFIG_OPENVSWITCH_VXLAN)+= vport-vxlan.o
|
||||
obj-$(CONFIG_OPENVSWITCH_GENEVE)+= vport-geneve.o
|
||||
|
Reference in New Issue
Block a user