Re: [LEDE-DEV] [PATCH netifd v3] system-linux: add VXLAN support

2017-03-05 Thread Hans Dedecker
On Tuesday, 28 February 2017 10:57:05 CET Matthias Schiffer wrote: > VXLAN shares many attributes with the tunnel devices, so it is implemented > as a new tunnel type. The 'remote' attribute can be used for an unicast > peer or a multicast group. > > The IANA-assigned port 4789 is used by default,

[LEDE-DEV] [PATCH netifd v3] system-linux: add VXLAN support

2017-02-28 Thread Matthias Schiffer
VXLAN shares many attributes with the tunnel devices, so it is implemented as a new tunnel type. The 'remote' attribute can be used for an unicast peer or a multicast group. The IANA-assigned port 4789 is used by default, instead of the non-standard port Linux defaults to. Signed-off-by: Matthias