From: Ronnie Sahlberg Date: Tue, 1 Jun 2010 04:51:09 +0000 (+1000) Subject: Dont check linkstatus for loopback. This interface never has X-Git-Url: http://git.samba.org/?p=metze%2Fctdb%2Fwip.git;a=commitdiff_plain;h=d938b80a1c409a9ec4b554ddca5b0d949be53d9e Dont check linkstatus for loopback. This interface never has issues with the physical layer --- diff --git a/config/events.d/10.interface b/config/events.d/10.interface index 1e7f94b2..3ef65944 100755 --- a/config/events.d/10.interface +++ b/config/events.d/10.interface @@ -76,6 +76,9 @@ monitor_interfaces() } case $IFACE in + lo*) + # loopback is always working + ;; ib*) # we dont know how to test ib links ;;