aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/Kconfig
diff options
context:
space:
mode:
authorPravin B Shelar <pshelar@nicira.com>2015-08-26 23:46:53 -0700
committerDavid S. Miller <davem@davemloft.net>2015-08-27 15:42:47 -0700
commit6b001e682e90d7edf21f93687f5c3b39d412ad6c (patch)
tree58e9c710586aa2442638ef29d8f7d9c6f5a2e998 /net/openvswitch/Kconfig
parentgeneve: Add support to collect tunnel metadata. (diff)
downloadlinux-dev-6b001e682e90d7edf21f93687f5c3b39d412ad6c.tar.xz
linux-dev-6b001e682e90d7edf21f93687f5c3b39d412ad6c.zip
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 98f343d0d6dd..af7cdef42066 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.