summaryrefslogtreecommitdiff
path: root/net/openvswitch/Kconfig
diff options
context:
space:
mode:
authorPravin B Shelar <pshelar@nicira.com>2015-08-27 06:46:53 (GMT)
committerDavid S. Miller <davem@davemloft.net>2015-08-27 22:42:47 (GMT)
commit6b001e682e90d7edf21f93687f5c3b39d412ad6c (patch)
tree58e9c710586aa2442638ef29d8f7d9c6f5a2e998 /net/openvswitch/Kconfig
parente305ac6cf5a1e1386aedce7ef9cb773635d5845c (diff)
downloadlinux-6b001e682e90d7edf21f93687f5c3b39d412ad6c.tar.xz
openvswitch: Use Geneve device.
With help of tunnel metadata mode OVS can directly use Geneve devices to implement Geneve tunnels. This patch removes all of the OVS specific Geneve code and make OVS use a Geneve net_device. Basic geneve vport is still there to handle compatibility with current userspace application. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Reviewed-by: Jesse Gross <jesse@nicira.com> Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch/Kconfig')
-rw-r--r--net/openvswitch/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/Kconfig b/net/openvswitch/Kconfig
index 98f343d..af7cdef 100644
--- a/net/openvswitch/Kconfig
+++ b/net/openvswitch/Kconfig
@@ -70,7 +70,7 @@ config OPENVSWITCH_VXLAN
config OPENVSWITCH_GENEVE
tristate "Open vSwitch Geneve tunneling support"
depends on OPENVSWITCH
- depends on GENEVE_CORE
+ depends on GENEVE
default OPENVSWITCH
---help---
If you say Y here, then the Open vSwitch will be able create geneve vport.