1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Eventscripts: 10.interfaces - startup comment says assume all interfaces good.

Interfaces are currently marked down.  Mark them up instead, as per
the comment... and discussion with Ronnie.

Signed-off-by: Martin Schwenke <martin@meltin.net>

(This used to be ctdb commit 35942841229cc72ce363a7236aec708f1a33136b)
This commit is contained in:
Martin Schwenke 2011-07-05 17:20:09 +10:00
parent e7963d8a65
commit 5ab955a73d

View File

@ -148,7 +148,7 @@ case "$1" in
INTERFACES=`for IFACE in $INTERFACES ; do echo $IFACE ; done | sort | uniq`
for IFACE in $INTERFACES ; do
ctdb setifacelink $IFACE down >/dev/null 2>/dev/null
ctdb setifacelink $IFACE up >/dev/null 2>/dev/null
done
monitor_interfaces