Neil Horman cc0191aeef [IPVS]: Fix state variable on failure to start ipvs threads
ip_vs currently fails to reset its ip_vs_sync_state variable if the
sync thread fails to start properly.  The result is that the kernel
will report a running daemon when their actuall is none.

If you issue the following commands:

1. ipvsadm --start-daemon master --mcast-interface bla
2. ipvsadm -L --daemon
3. ipvsadm --stop-daemon master

Assuming that bla is not an actual interface, step 2 should return no
data, but instead returns:

$ ipvsadm -L --daemon
master sync daemon (mcast=bla, syncid=0)

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-06-18 22:33:20 -07:00
..
2007-06-07 13:39:13 -07:00
2007-04-25 22:23:49 -07:00
2007-05-17 15:02:21 -07:00
2007-04-25 22:29:51 -07:00
2005-04-16 15:20:36 -07:00
2007-04-25 22:28:20 -07:00
2007-04-25 22:24:13 -07:00
2007-06-07 13:40:50 -07:00
2007-04-25 22:29:24 -07:00