CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/10/13 04:10:05
Modified files:
sbin/ifconfig : brconfig.c ifconfig.8 ifconfig.c
sys/conf : GENERIC files
sys/net : if.h if_bridge.c if_bridge.h
sys/netinet : udp_usrreq.c
sys/sys : mbuf.h sockio.h
Added files:
share/man/man4 : vxlan.4
sys/net : if_vxlan.c if_vxlan.h
Log message:
Import vxlan(4), the virtual extensible local area network tunnel
interface. VXLAN is a UDP-based tunnelling protocol for overlaying
virtualized layer 2 networks over layer 3 networks. The implementation
is based on draft-mahalingam-dutt-dcops-vxlan-04 and has been tested
with other implementations in the wild.
put it in deraadt@