commit | 8a8030407f55a6aaedb51167c1a2383311fcd707 | [log] [tgz] |
---|---|---|
author | Julian Anastasov <ja@ssi.bg> | Tue Sep 21 17:38:57 2010 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Tue Sep 21 17:38:57 2010 +0200 |
tree | 585f2963a56e528a06f0f3180985faa8a368d3b8 | |
parent | f4bc17cdd205ebaa3807c2aa973719bb5ce6a5b2 [diff] |
ipvs: make rerouting optional with snat_reroute Add new sysctl flag "snat_reroute". Recent kernels use ip_route_me_harder() to route LVS-NAT responses properly by VIP when there are multiple paths to client. But setups that do not have alternative default routes can skip this routing lookup by using snat_reroute=0. Signed-off-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Patrick McHardy <kaber@trash.net>