[ovs-dev] [PATCH] ofproto: remove the extra reset to make code clear to read.

pritesh pritesh.kothari at cisco.com
Thu Aug 22 20:59:32 UTC 2013


Signed-off-by: pritesh <pritesh.kothari at cisco.com>
---
 ofproto/tunnel.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/ofproto/tunnel.c b/ofproto/tunnel.c
index 0ba0066..202358b 100644
--- a/ofproto/tunnel.c
+++ b/ofproto/tunnel.c
@@ -457,7 +457,6 @@ tnl_find(struct tnl_match *match_) OVS_REQ_RDLOCK(rwlock)
     }
 
     /* Flow-based everything */
-    match.ip_src = 0;
     match.ip_src_flow = true;
     tnl_port = tnl_find_exact(&match);
     if (tnl_port) {
-- 
1.7.9.5




More information about the dev mailing list