diff options
Diffstat (limited to 'ctdb/config/events.d/10.interface')
-rwxr-xr-x | ctdb/config/events.d/10.interface | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/config/events.d/10.interface b/ctdb/config/events.d/10.interface index 08717503a3..61f7148236 100755 --- a/ctdb/config/events.d/10.interface +++ b/ctdb/config/events.d/10.interface @@ -145,7 +145,7 @@ case $cmd in for IFACE in $INTERFACES ; do case $IFACE in - bond*) + ethX*|bond*) IFACE=`echo $IFACE |sed -e 's/\....$//'` grep -q '^MII Status: up' /proc/net/bonding/$IFACE || { echo "ERROR: public network interface $IFACE is down" |