From: pritesh Date: Thu, 22 Aug 2013 20:59:32 +0000 (-0700) Subject: ofproto: remove the extra reset to make code clear to read. X-Git-Tag: sliver-openvswitch-2.0.90-1~20^2~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=34042e9c7def9f8d6cea92281b8a37f01e5f3178;p=sliver-openvswitch.git ofproto: remove the extra reset to make code clear to read. Signed-off-by: pritesh Signed-off-by: Ben Pfaff Acked-by: Jarno Rajahalme --- 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) {