[ovs-dev] [PATCH] datapath-windows: update CodingStyle

Nithin Raju nithin at vmware.com
Mon Sep 12 05:56:30 UTC 2016


Signed-off-by: Nithin Raju <nithin at vmware.com>
---
 datapath-windows/CodingStyle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/datapath-windows/CodingStyle b/datapath-windows/CodingStyle
index 3550cdb..40873e8 100644
--- a/datapath-windows/CodingStyle
+++ b/datapath-windows/CodingStyle
@@ -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) {
-- 
2.6.2




More information about the dev mailing list