commit | 86b08d867d7de001ab224180ed7865fab93fd56e | [log] [tgz] |
---|---|---|
author | KOVACS Krisztian <hidden@sch.bme.hu> | Wed Oct 01 07:44:42 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 01 07:44:42 2008 -0700 |
tree | fc081a9ec0d0107f951cc0270da2865e1e3413e2 | |
parent | 88ef4a5a78e63420dd1dd770f1bd1dc198926b04 [diff] |
ipv4: Make Netfilter's ip_route_me_harder() non-local address compatible 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>