Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2014 17:52:33 -0500
From:      Bryan Venteicher <bryanv@freebsd.org>
To:        Andrew Thompson <thompsa@freebsd.org>
Cc:        "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, Bryan Venteicher <bryanv@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>
Subject:   Re: svn commit: r273331 - in head: sbin/ifconfig share/man/man4 sys/conf sys/modules sys/modules/if_vxlan sys/net sys/sys
Message-ID:  <CAGaYwLd6Era6PV1S=FhBY35xVu5rasbxJyviuS7sYFz-anPXRA@mail.gmail.com>
In-Reply-To: <CAFAOGNQkDuBGR_vVX64-XYEU3K%2BCrwfBJgDT30dzv=zJGR0zBA@mail.gmail.com>
References:  <201410201442.s9KEggqt096167@svn.freebsd.org> <CAFAOGNQkDuBGR_vVX64-XYEU3K%2BCrwfBJgDT30dzv=zJGR0zBA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 20, 2014 at 5:37 PM, Andrew Thompson <thompsa@freebsd.org>
wrote:

>
>
> On 21 October 2014 03:42, Bryan Venteicher <bryanv@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?
>
>
>

I hope to merge vxlan to 10-STABLE in a couple of months, but need to
determine how to handle prerequisite commit r272886. There's ways without
it - use a mbuf tag and a reserved field in the inpcb - but it would be
nice if that commit is MFC'able.

https://svnweb.freebsd.org/base?view=revision&revision=272886



> Andrew
>
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGaYwLd6Era6PV1S=FhBY35xVu5rasbxJyviuS7sYFz-anPXRA>