[ovs-dev] [PATCH 0/6] Fix tunnel information destination port

Ben Pfaff blp at ovn.org
Thu Feb 2 18:53:00 UTC 2017


On Tue, Jan 10, 2017 at 04:48:28PM +0000, Alin Serdean wrote:
> Deploying a simple environment using VXLAN encapsulation at the moment
> does not work under Hyper-V. The tunnel information sent
> by the userspace is not fully treated in the datapath.
> 
> To be more specific every packet that tries to be encapsulated via VXLAN tunnel
> triggers the following line:
> https://github.com/openvswitch/ovs/blob/75e2077e0c43224bcca92746b28b01a4936fc101/datapath-windows/ovsext/Flow.c#L1754
> which is followed by a set action fail.
> 
> The actual attribute that triggers the above is: OVS_TUNNEL_KEY_ATTR_TP_DST.
> 
> This series adds support for that attribute and updates the current tunnel implementations.

Patch 1 was already on master.  I've now applied patches 2 through 5 to
master.  Please let me know if you want these on branch-2.7 also.

Thanks,

Ben.


More information about the dev mailing list