mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-30 02:21:15 +00:00
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>
This commit is contained in:
parent
35d32e8fe4
commit
11e1fa46b4
4 changed files with 4 additions and 4 deletions
|
@ -331,8 +331,8 @@ config NET_FOU_IP_TUNNELS
|
||||||
When this option is enabled IP tunnels can be configured to use
|
When this option is enabled IP tunnels can be configured to use
|
||||||
FOU or GUE encapsulation.
|
FOU or GUE encapsulation.
|
||||||
|
|
||||||
config GENEVE
|
config GENEVE_CORE
|
||||||
tristate "Generic Network Virtualization Encapsulation (Geneve)"
|
tristate "Generic Network Virtualization Encapsulation library"
|
||||||
depends on INET
|
depends on INET
|
||||||
select NET_UDP_TUNNEL
|
select NET_UDP_TUNNEL
|
||||||
---help---
|
---help---
|
||||||
|
|
|
@ -56,7 +56,7 @@ obj-$(CONFIG_TCP_CONG_YEAH) += tcp_yeah.o
|
||||||
obj-$(CONFIG_TCP_CONG_ILLINOIS) += tcp_illinois.o
|
obj-$(CONFIG_TCP_CONG_ILLINOIS) += tcp_illinois.o
|
||||||
obj-$(CONFIG_MEMCG_KMEM) += tcp_memcontrol.o
|
obj-$(CONFIG_MEMCG_KMEM) += tcp_memcontrol.o
|
||||||
obj-$(CONFIG_NETLABEL) += cipso_ipv4.o
|
obj-$(CONFIG_NETLABEL) += cipso_ipv4.o
|
||||||
obj-$(CONFIG_GENEVE) += geneve.o
|
obj-$(CONFIG_GENEVE_CORE) += geneve_core.o
|
||||||
|
|
||||||
obj-$(CONFIG_XFRM) += xfrm4_policy.o xfrm4_state.o xfrm4_input.o \
|
obj-$(CONFIG_XFRM) += xfrm4_policy.o xfrm4_state.o xfrm4_input.o \
|
||||||
xfrm4_output.o xfrm4_protocol.o
|
xfrm4_output.o xfrm4_protocol.o
|
||||||
|
|
|
@ -59,7 +59,7 @@ config OPENVSWITCH_VXLAN
|
||||||
config OPENVSWITCH_GENEVE
|
config OPENVSWITCH_GENEVE
|
||||||
tristate "Open vSwitch Geneve tunneling support"
|
tristate "Open vSwitch Geneve tunneling support"
|
||||||
depends on OPENVSWITCH
|
depends on OPENVSWITCH
|
||||||
depends on GENEVE
|
depends on GENEVE_CORE
|
||||||
default OPENVSWITCH
|
default OPENVSWITCH
|
||||||
---help---
|
---help---
|
||||||
If you say Y here, then the Open vSwitch will be able create geneve vport.
|
If you say Y here, then the Open vSwitch will be able create geneve vport.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue