1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-12 21:58:10 +03:00

config: readd ips with a broadcast address in delete_ip_from_iface()

metze

(This used to be ctdb commit e7a6f64cf5bce5abdc47f5db96b286c5a8d66aff)
This commit is contained in:
Stefan Metzmacher 2010-02-12 09:55:28 +01:00
parent aea0a724d8
commit feebd033eb

View File

@ -47,7 +47,7 @@ delete_ip_from_iface()
echo "kept secondary $_i on dev $_iface"
else
echo "re-adding secondary address $_i to dev $_iface"
/sbin/ip addr add $_i dev $_iface || _failed=1
/sbin/ip addr add $_i brd + dev $_iface || _failed=1
fi
done
}