datapath-windows: use correct dst port during Vxlan Tx
[cascardo/ovs.git] / datapath-windows / ovsext / Stt.c
index 1f708c8..b6272c3 100644 (file)
@@ -114,8 +114,8 @@ OvsEncapStt(POVS_VPORT_ENTRY vport,
         return NDIS_STATUS_FAILURE;
     }
 
-    status = OvsDoEncapStt(vport, curNbl, tunKey, &fwdInfo, layers, switchContext,
-                           newNbl);
+    status = OvsDoEncapStt(vport, curNbl, tunKey, &fwdInfo, layers,
+                           switchContext, newNbl);
     return status;
 }