|
@@ -309,6 +309,7 @@ config NET_IPVTI
|
|
|
|
|
|
config NET_UDP_TUNNEL
|
|
|
tristate
|
|
|
+ select NET_IP_TUNNEL
|
|
|
default n
|
|
|
|
|
|
config NET_FOU
|
|
@@ -321,6 +322,20 @@ config NET_FOU
|
|
|
network mechanisms and optimizations for UDP (such as ECMP
|
|
|
and RSS) can be leveraged to provide better service.
|
|
|
|
|
|
+config GENEVE
|
|
|
+ tristate "Generic Network Virtualization Encapsulation (Geneve)"
|
|
|
+ depends on INET
|
|
|
+ select NET_UDP_TUNNEL
|
|
|
+ ---help---
|
|
|
+ This allows one to create Geneve virtual interfaces that provide
|
|
|
+ Layer 2 Networks over Layer 3 Networks. Geneve is often used
|
|
|
+ to tunnel virtual network infrastructure in virtualized environments.
|
|
|
+ For more information see:
|
|
|
+ http://tools.ietf.org/html/draft-gross-geneve-01
|
|
|
+
|
|
|
+ To compile this driver as a module, choose M here: the module
|
|
|
+
|
|
|
+
|
|
|
config INET_AH
|
|
|
tristate "IP: AH transformation"
|
|
|
select XFRM_ALGO
|
|
@@ -453,20 +468,6 @@ config TCP_CONG_BIC
|
|
|
increase provides TCP friendliness.
|
|
|
See http://www.csc.ncsu.edu/faculty/rhee/export/bitcp/
|
|
|
|
|
|
-config GENEVE
|
|
|
- tristate "Generic Network Virtualization Encapsulation (Geneve)"
|
|
|
- depends on INET
|
|
|
- select NET_IP_TUNNEL
|
|
|
- select NET_UDP_TUNNEL
|
|
|
- ---help---
|
|
|
- This allows one to create Geneve virtual interfaces that provide
|
|
|
- Layer 2 Networks over Layer 3 Networks. Geneve is often used
|
|
|
- to tunnel virtual network infrastructure in virtualized environments.
|
|
|
- For more information see:
|
|
|
- http://tools.ietf.org/html/draft-gross-geneve-01
|
|
|
-
|
|
|
- To compile this driver as a module, choose M here: the module
|
|
|
-
|
|
|
config TCP_CONG_CUBIC
|
|
|
tristate "CUBIC TCP"
|
|
|
default y
|