]> git.proxmox.com Git - mirror_ovs.git/commit
datapath-windows: VXLAN Check for flow destination port
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Tue, 10 Jan 2017 16:48:29 +0000 (16:48 +0000)
committerBen Pfaff <blp@ovn.org>
Thu, 2 Feb 2017 18:50:58 +0000 (10:50 -0800)
commit83287b6ada52837631a00ea4749d106eb0516412
treed121e07445890395da204b1c4393d28b6c9da898
parentbe39122984d965b2079701d7adee85f0fb13ec33
datapath-windows: VXLAN Check for flow destination port

Change the UDP destination port(VXLAN header) to check if it was set by
the userspace, use it if it was set.
If the userspace did not specify a destination port, use the configured
vport destination port.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Sairam Venugopal <vsairam@vmware.com>
datapath-windows/ovsext/Vxlan.c