svn commit: r273331 - in head: sbin/ifconfig share/man/man4 sys/conf sys/modules sys/modules/if_vxlan sys/net sys/sys

Andrew Thompson thompsa at FreeBSD.org
Mon Oct 20 22:37:26 UTC 2014


On 21 October 2014 03:42, Bryan Venteicher <bryanv at freebsd.org> wrote:

> Author: bryanv
> Date: Mon Oct 20 14:42:42 2014
> New Revision: 273331
> URL: https://svnweb.freebsd.org/changeset/base/273331
>
> Log:
>   Add vxlan interface
>
>   vxlan creates a virtual LAN by encapsulating the inner Ethernet frame in
>   a UDP packet. This implementation is based on RFC7348.
>
>   Currently, the IPv6 support is not fully compliant with the
> specification:
>   we should be able to receive UPDv6 packets with a zero checksum, but we
>   need to support RFC6935 first. Patches for this should come soon.
>
>

Given it is self contained new code is it a 10.1 MFC candidate?


Andrew


More information about the svn-src-head mailing list