]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit52793dbe3d60bd73bbebe28b2bfc9f6b4b920d4c
tree845ae88e96de3b28884bab1e868e00ba4687fd02
parentfe3c8cc9226c7487c053edad9229dc85e93534d7
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