Re: [ovs-dev] [PATCH v8] datapath: Add support for VXLAN tunnels to Open vSwitch

2012-12-05 Thread Kyle Mestery (kmestery)
On Dec 5, 2012, at 8:13 PM, Jesse Gross wrote: > On Wed, Dec 5, 2012 at 1:06 PM, Kyle Mestery wrote: >> Add support for VXLAN tunnels to Open vSwitch. Add support >> for setting the destination UDP port on a per-port basis. >> This is done by adding a "dst_port" parameter to the port >> configura

Re: [ovs-dev] [PATCH v8] datapath: Add support for VXLAN tunnels to Open vSwitch

2012-12-05 Thread Jesse Gross
On Wed, Dec 5, 2012 at 1:06 PM, Kyle Mestery wrote: > Add support for VXLAN tunnels to Open vSwitch. Add support > for setting the destination UDP port on a per-port basis. > This is done by adding a "dst_port" parameter to the port > configuration. This is only applicable currently to VXLAN > tun

[ovs-dev] [PATCH v8] datapath: Add support for VXLAN tunnels to Open vSwitch

2012-12-05 Thread Kyle Mestery
Add support for VXLAN tunnels to Open vSwitch. Add support for setting the destination UDP port on a per-port basis. This is done by adding a "dst_port" parameter to the port configuration. This is only applicable currently to VXLAN tunnels. Please note this currently does not implement any sort o