Signed-off-by: pritesh <[email protected]>
---
 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

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to