Re: [ovs-dev] [PATCH 3/6] dpif-netlink: break code to add compat and non-compat vports

2016-06-03 Thread Ben Pfaff
On Thu, May 26, 2016 at 05:35:00PM -0300, Thadeu Lima de Souza Cascardo wrote: > The vport type for adding tunnels is now compatibility code and any new > features > from tunnels must configure the tunnel as an interface using the tunnel > metadata > support. > > In order to be able to add

[ovs-dev] [PATCH 3/6] dpif-netlink: break code to add compat and non-compat vports

2016-05-26 Thread Thadeu Lima de Souza Cascardo
The vport type for adding tunnels is now compatibility code and any new features from tunnels must configure the tunnel as an interface using the tunnel metadata support. In order to be able to add those tunnels, we need to add code to create the tunnels and add them as NETDEV vports. And when