From: Patrick McHardy Date: Wed, 1 Feb 2006 01:35:35 +0000 (-0800) Subject: [IPV4]: Always set fl.proto in ip_route_newports X-Git-Tag: v2.6.16-rc2~175^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d39a795bfa217b5f7637028c83ab5cb291f37bf;p=pandora-kernel.git [IPV4]: Always set fl.proto in ip_route_newports ip_route_newports uses the struct flowi from the struct rtable returned by ip_route_connect for the new route lookup and just replaces the port numbers if they have changed. If an IPsec policy exists which doesn't match port 0 the struct flowi won't have the proto field set and no xfrm lookup is done for the changed ports. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed