18 Sep, 2014

1 commit


16 Sep, 2014

1 commit

  • 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

    Kenny Mathis