]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r273331, r273371, r275851:
authorbryanv <bryanv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 14 Jun 2015 03:14:45 +0000 (03:14 +0000)
committerbryanv <bryanv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 14 Jun 2015 03:14:45 +0000 (03:14 +0000)
commit42b5e4d5622544c6e9f2bbeaa0e28476bcbed57c
tree05667b3353c0a1dad562cef3cbfaccacb757a5c1
parent2dfc41c22449158356e061da6c31267956df3d86
MFC r273331, r273371, r275851:

 - Add vxlan interface

 - Use the size of the Ethernet address, not the entire header, when
   copying into forwarding entry.

 - Prefix all the vxlan ifconfig commands so they are unique

git-svn-id: svn://svn.freebsd.org/base/stable/10@284365 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
12 files changed:
sbin/ifconfig/Makefile
sbin/ifconfig/ifconfig.8
sbin/ifconfig/ifvxlan.c [new file with mode: 0644]
share/man/man4/Makefile
share/man/man4/vxlan.4 [new file with mode: 0644]
sys/conf/NOTES
sys/conf/files
sys/modules/Makefile
sys/modules/if_vxlan/Makefile [new file with mode: 0644]
sys/net/if_vxlan.c [new file with mode: 0644]
sys/net/if_vxlan.h [new file with mode: 0644]
sys/sys/priv.h