]> git.proxmox.com Git - ovs.git/commitdiff
datapath-windows: Fix alignment in MapTunAttrToFlowPut
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Tue, 10 Jan 2017 16:48:28 +0000 (16:48 +0000)
committerGurucharan Shetty <guru@ovn.org>
Fri, 27 Jan 2017 22:06:18 +0000 (14:06 -0800)
Found by inspection.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Acked-by: Sairam Venugopal <vsairam@vmware.com>
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
datapath-windows/ovsext/Flow.c

index 2e8b42b807799ea64861a51e18b80bf462a47581..749d83a00ccf742a5e9e20e043321e01b9e235dc 100644 (file)
@@ -1809,7 +1809,7 @@ MapTunAttrToFlowPut(PNL_ATTR *keyAttrs,
         }
 
         if (tunAttrs[OVS_TUNNEL_KEY_ATTR_OAM]) {
-        destKey->tunKey.flags |= OVS_TNL_F_OAM;
+            destKey->tunKey.flags |= OVS_TNL_F_OAM;
         }
 
         if (tunAttrs[OVS_TUNNEL_KEY_ATTR_GENEVE_OPTS]) {