From: Kenny Mathis Date: Tue, 9 Sep 2014 13:20:15 +0000 (-0400) Subject: ipvs: Add simple weighted failover scheduler X-Git-Tag: fixes-against-v3.18-rc2~144^2~111^2~7^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=616a9be25cb9516e546c0de55d61e1e46e54ade9;p=pandora-kernel.git ipvs: Add simple weighted failover scheduler 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 Acked-by: Julian Anastasov Signed-off-by: Simon Horman --- Reading git-diff-tree failed