ipv4: Make Netfilter's ip_route_me_harder() non-local address compatible
authorKOVACS Krisztian <hidden@sch.bme.hu>
Wed, 1 Oct 2008 14:44:42 +0000 (07:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Oct 2008 14:44:42 +0000 (07:44 -0700)
Netfilter's ip_route_me_harder() tries to re-route packets either
generated or re-routed by Netfilter. This patch changes
ip_route_me_harder() to handle packets from non-locally-bound sockets
with IP_TRANSPARENT set as local and to set the appropriate flowi
flags when re-doing the routing lookup.

Signed-off-by: KOVACS Krisztian <hidden@sch.bme.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found