1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-30 06:50:24 +03:00

Dont exit from checking interfaces once we have found one interface that is not

in use by public addresses.   this can happen when we have removed existing interfaces/ip addresses and prevents us from verifying the status of other interfaces

(This used to be ctdb commit d67955b42f7627be9dae995230c8fcbb8a948ec2)
This commit is contained in:
Ronnie Sahlberg 2011-05-10 06:19:34 +10:00
parent 2e2e37fdd6
commit ee9e137759

View File

@ -42,7 +42,7 @@ monitor_interfaces()
ip addr show $IFACE 2>/dev/null >/dev/null || {
echo Interface $IFACE does not exist but it is used by public addresses.
exit 1
continue
}
# These interfaces are sometimes bond devices