ipvs: Add simple weighted failover scheduler
authorKenny Mathis <kmathis@chokepoint.net>
Tue, 9 Sep 2014 13:20:15 +0000 (09:20 -0400)
committerSimon Horman <horms@verge.net.au>
Tue, 16 Sep 2014 00:03:32 +0000 (09:03 +0900)
Add simple weighted IPVS failover support to the Linux kernel. All
other scheduling modules implement some form of load balancing, while
this offers a simple failover solution. Connections are directed to
the appropriate server based solely on highest weight value and server
availability. Tested functionality with keepalived.

Signed-off-by: Kenny Mathis <kmathis@chokepoint.net>
Acked-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>

No differences found