aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorstephen hemminger <shemminger@vyatta.com>2012-10-01 08:32:35 -0400
committerDavid S. Miller <davem@davemloft.net>2012-10-01 18:39:45 -0400
commitd342894c5d2f8c7df194c793ec4059656e09ca31 (patch)
tree13dec930ffdfa590c869488203584ea0c6b5cf7c /drivers/net/Kconfig
parent193ba924524e6afe192217982b2c2d67e4715d33 (diff)
vxlan: virtual extensible lan
This is an implementation of Virtual eXtensible Local Area Network as described in draft RFC: http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-02 The driver integrates a Virtual Tunnel Endpoint (VTEP) functionality that learns MAC to IP address mapping. This implementation has not been tested only against the Linux userspace implementation using TAP, not against other vendor's equipment. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 707ab7bd4ea..ed5041e96b2 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -149,6 +149,19 @@ config MACVTAP
149 To compile this driver as a module, choose M here: the module 149 To compile this driver as a module, choose M here: the module
150 will be called macvtap. 150 will be called macvtap.
151 151
152config VXLAN
153 tristate "Virtual eXtensible Local Area Network (VXLAN)"
154 depends on EXPERIMENTAL
155 ---help---
156 This allows one to create vxlan virtual interfaces that provide
157 Layer 2 Networks over Layer 3 Networks. VXLAN is often used
158 to tunnel virtual network infrastructure in virtualized environments.
159 For more information see:
160 http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-02
161
162 To compile this driver as a module, choose M here: the module
163 will be called vxlan.
164
152config NETCONSOLE 165config NETCONSOLE
153 tristate "Network console logging support" 166 tristate "Network console logging support"
154 ---help--- 167 ---help---