ofproto: remove the extra reset to make code clear to read.
authorpritesh <pritesh.kothari@cisco.com>
Thu, 22 Aug 2013 20:59:32 +0000 (13:59 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 23 Aug 2013 18:22:58 +0000 (11:22 -0700)
Signed-off-by: pritesh <pritesh.kothari@cisco.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
AUTHORS
ofproto/tunnel.c

diff --git a/AUTHORS b/AUTHORS
index e94150f..890ed3a 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -71,6 +71,7 @@ Paul Fazzone            pfazzone@nicira.com
 Paul Ingram             paul@nicira.com
 Pavithra Ramesh         paramesh@vmware.com
 Philippe Jung           phil.jung@free.fr
+pritesh                 pritesh.kothari@cisco.com
 Pravin B Shelar         pshelar@nicira.com
 Raju Subramanian        rsubramanian@nicira.com
 Ravi Kerur              Ravi.Kerur@telekom.com
index 0ba0066..202358b 100644 (file)
@@ -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) {