summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
diff options
context:
space:
mode:
authorJohn W. Linville2015-05-13 18:57:28 +0200
committerDavid S. Miller2015-05-13 21:59:13 +0200
commit11e1fa46b43216458e0f67f1f0b257586c5d8e5c (patch)
treecc15b0dd34b05751c3cc3ab48786d8e8ee06174b /net/openvswitch
parentgeneve: move definition of geneve_hdr() to geneve.h (diff)
downloadkernel-qcow2-linux-11e1fa46b43216458e0f67f1f0b257586c5d8e5c.tar.gz
kernel-qcow2-linux-11e1fa46b43216458e0f67f1f0b257586c5d8e5c.tar.xz
kernel-qcow2-linux-11e1fa46b43216458e0f67f1f0b257586c5d8e5c.zip
geneve: Rename support library as geneve_core
net/ipv4/geneve.c -> net/ipv4/geneve_core.c This name better reflects the purpose of the module. Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch')
-rw-r--r--net/openvswitch/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/Kconfig b/net/openvswitch/Kconfig
index ed6b0f8dd1bb..15840401a2ce 100644
--- a/net/openvswitch/Kconfig
+++ b/net/openvswitch/Kconfig
@@ -59,7 +59,7 @@ config OPENVSWITCH_VXLAN
config OPENVSWITCH_GENEVE
tristate "Open vSwitch Geneve tunneling support"
depends on OPENVSWITCH
- depends on GENEVE
+ depends on GENEVE_CORE
default OPENVSWITCH
---help---
If you say Y here, then the Open vSwitch will be able create geneve vport.