aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/Kconfig
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2015-05-13 12:57:28 -0400
committerDavid S. Miller <davem@davemloft.net>2015-05-13 15:59:13 -0400
commit11e1fa46b43216458e0f67f1f0b257586c5d8e5c (patch)
treecc15b0dd34b05751c3cc3ab48786d8e8ee06174b /net/ipv4/Kconfig
parentgeneve: move definition of geneve_hdr() to geneve.h (diff)
downloadlinux-dev-11e1fa46b43216458e0f67f1f0b257586c5d8e5c.tar.xz
linux-dev-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 '')
-rw-r--r--net/ipv4/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index bd2901604842..d83071dccd74 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -331,8 +331,8 @@ config NET_FOU_IP_TUNNELS
When this option is enabled IP tunnels can be configured to use
FOU or GUE encapsulation.
-config GENEVE
- tristate "Generic Network Virtualization Encapsulation (Geneve)"
+config GENEVE_CORE
+ tristate "Generic Network Virtualization Encapsulation library"
depends on INET
select NET_UDP_TUNNEL
---help---