Dont check linkstatus for loopback. This interface never has
[rusty/ctdb.git] / config / events.d / 10.interface
index 1e7f94b24680ce1d7221cb132100d45047263499..3ef6594452957a24d0694cc0a3a9582db975f0ab 100755 (executable)
@@ -76,6 +76,9 @@ monitor_interfaces()
            }
 
            case $IFACE in
+           lo*)
+               # loopback is always working
+               ;;
            ib*)
                # we dont know how to test ib links
                ;;