datapath-windows: Failed initialization for datapath tunnel ports
authorSorin Vinturis <svinturis@cloudbasesolutions.com>
Wed, 1 Jul 2015 15:32:18 +0000 (15:32 +0000)
committerBen Pfaff <blp@nicira.com>
Wed, 1 Jul 2015 17:22:41 +0000 (10:22 -0700)
commit5603357ad27a8f2e8e5af67f09174ea8786bd7f1
tree6c8287657f4978aed645ca1e4c9fa5996f738cd8
parent55bbfb2f852288020ea37142c02dc0feba403b2a
datapath-windows: Failed initialization for datapath tunnel ports

Tunnel ports are not initialized with the corresponding default port.
The newly allocated vport is not yet initialized and the ovsType
member does not reflect the correct tunnel port type, thus the
transport port destination won't be correctly initialized.

Signed-off-by: Sorin Vinturis <svinturis@cloudbasesolutions.com>
Reported-by: Sorin Vinturis <svinturis@cloudbasesolutions.com>
Reported-at: https://github.com/openvswitch/ovs-issues/issues/88
Acked-by: Eitan Eliahu <eliahue@vmware.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
datapath-windows/ovsext/Vport.c