]> git.baikalelectronics.ru Git - kernel.git/commit
ipvs: try also real server with port 0 in backup server
authorJulian Anastasov <ja@ssi.bg>
Fri, 30 Dec 2011 05:19:02 +0000 (14:19 +0900)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 31 Dec 2011 15:06:29 +0000 (16:06 +0100)
commit7dfd4b5c87393362acd683d7ba034175d09ee9d2
tree845ae88e96de3b28884bab1e868e00ba4687fd02
parentdb8a37fff5aa87cc869d610bd0ec3758c0e7e5d1
ipvs: try also real server with port 0 in backup server

We should not forget to try for real server with port 0
in the backup server when processing the sync message. We should
do it in all cases because the backup server can use different
forwarding method.

Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/ip_vs.h
net/netfilter/ipvs/ip_vs_conn.c
net/netfilter/ipvs/ip_vs_ctl.c
net/netfilter/ipvs/ip_vs_sync.c