]> git.baikalelectronics.ru Git - kernel.git/commit
vxlan: virtual extensible lan
authorstephen hemminger <shemminger@vyatta.com>
Mon, 1 Oct 2012 12:32:35 +0000 (12:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Oct 2012 22:39:45 +0000 (18:39 -0400)
commitc036b03fe2ab85f841aec2c0e228add52da4be4f
tree13dec930ffdfa590c869488203584ea0c6b5cf7c
parentf81b6c2b4a8a70fd8c11d6064315e6f9eba1c542
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>
Documentation/networking/vxlan.txt [new file with mode: 0644]
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/vxlan.c [new file with mode: 0644]
include/linux/if_link.h