]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ipvs: inherit forwarding method in backup
authorJulian Anastasov <ja@ssi.bg>
Sun, 17 Oct 2010 13:43:36 +0000 (16:43 +0300)
committerSimon Horman <horms@verge.net.au>
Thu, 21 Oct 2010 09:04:30 +0000 (11:04 +0200)
commit3233759be7eeca9998c514b8f49e8cf2b85e64d3
treec8bb72937fd846bec6555f269ad808b51b7c803c
parentcb59155f21d4c0507d2034c2953f6a3f7806913d
ipvs: inherit forwarding method in backup

  Connections in backup server should inherit the
forwarding method from real server. It is a way to fix a
problem where the forwarding method in backup connection
is damaged by logical OR operation with the real server's
connection flags. And the change is needed for setups
where the backup server uses different forwarding method
for the same real servers.

Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>
net/netfilter/ipvs/ip_vs_conn.c