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:20:35 +0000 (10:20 -0700)
commitbc651c85497d7a8c32e83b44986dae27dec3bcd5
tree48517249a9d5a5b0dbdb637801e24c1e77757e07
parent47e6f8c73e66b288729d7f1f994f9748302c5336
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