From: Julian Anastasov Date: Tue, 21 Sep 2010 15:38:57 +0000 (+0200) Subject: ipvs: make rerouting optional with snat_reroute X-Git-Tag: v2.6.37-rc1~147^2~3^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a8030407f55a6aaedb51167c1a2383311fcd707;p=pandora-kernel.git 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 Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed