commit | f5a41847acc535e2e2018e397b1876ba7577d9d9 | [log] [tgz] |
---|---|---|
author | Julian Anastasov <ja@ssi.bg> | Sun Oct 17 16:35:46 2010 +0300 |
committer | Simon Horman <horms@verge.net.au> | Thu Oct 21 10:51:43 2010 +0200 |
tree | 319e371c22e2b9f82bafa4c23b364fdfd64a916b | |
parent | 1ca5bb5450aa2401fa272efeb741ebb260d0fbb0 [diff] |
ipvs: move ip_route_me_harder for ICMP Currently, ip_route_me_harder after ip_vs_out_icmp is called even if packet is not related to IPVS connection. Move it into handle_response_icmp. Also, force rerouting if sending to local client because IPv4 stack uses addresses from the route. Signed-off-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Simon Horman <horms@verge.net.au>