From 34042e9c7def9f8d6cea92281b8a37f01e5f3178 Mon Sep 17 00:00:00 2001 From: pritesh Date: Thu, 22 Aug 2013 13:59:32 -0700 Subject: [PATCH] ofproto: remove the extra reset to make code clear to read. Signed-off-by: pritesh Signed-off-by: Ben Pfaff Acked-by: Jarno Rajahalme --- AUTHORS | 1 + ofproto/tunnel.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index e94150fa6..890ed3aa1 100644 --- 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 diff --git a/ofproto/tunnel.c b/ofproto/tunnel.c index 0ba0066fe..202358b86 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) { -- 2.47.0