Skip to content

Commit

Permalink
datapath-windows: update CodingStyle.
Browse files Browse the repository at this point in the history
Signed-off-by: Nithin Raju <[email protected]>
Acked-by: Sairam Venugopal <[email protected]>
Signed-off-by: Gurucharan Shetty <[email protected]>
  • Loading branch information
nithinrajub authored and shettyg committed Sep 12, 2016
1 parent dd118e9 commit 0720377
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datapath-windows/CodingStyle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ OvsDetectTunnelRxPkt(POVS_FORWARDING_CONTEXT ovsFwdCtx,
flowKey->ipKey.l4.tpDst == VXLAN_UDP_PORT_NBO) {
tunnelVport = OvsGetTunnelVport(OVSWIN_VPORT_TYPE_VXLAN);
ovsActionStats.rxVxlan++;
} else {
return FALSE;
}

if (tunnelVport) {
Expand Down

0 comments on commit 0720377

Please sign in to comment.