Skip to content

Commit 11e1fa4

Browse files
linvjwdavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 35d32e8 commit 11e1fa4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

net/ipv4/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ config NET_FOU_IP_TUNNELS
331331
When this option is enabled IP tunnels can be configured to use
332332
FOU or GUE encapsulation.
333333

334-
config GENEVE
335-
tristate "Generic Network Virtualization Encapsulation (Geneve)"
334+
config GENEVE_CORE
335+
tristate "Generic Network Virtualization Encapsulation library"
336336
depends on INET
337337
select NET_UDP_TUNNEL
338338
---help---

net/ipv4/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ obj-$(CONFIG_TCP_CONG_YEAH) += tcp_yeah.o
5656
obj-$(CONFIG_TCP_CONG_ILLINOIS) += tcp_illinois.o
5757
obj-$(CONFIG_MEMCG_KMEM) += tcp_memcontrol.o
5858
obj-$(CONFIG_NETLABEL) += cipso_ipv4.o
59-
obj-$(CONFIG_GENEVE) += geneve.o
59+
obj-$(CONFIG_GENEVE_CORE) += geneve_core.o
6060

6161
obj-$(CONFIG_XFRM) += xfrm4_policy.o xfrm4_state.o xfrm4_input.o \
6262
xfrm4_output.o xfrm4_protocol.o
File renamed without changes.

net/openvswitch/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ config OPENVSWITCH_VXLAN
5959
config OPENVSWITCH_GENEVE
6060
tristate "Open vSwitch Geneve tunneling support"
6161
depends on OPENVSWITCH
62-
depends on GENEVE
62+
depends on GENEVE_CORE
6363
default OPENVSWITCH
6464
---help---
6565
If you say Y here, then the Open vSwitch will be able create geneve vport.

0 commit comments

Comments
 (0)