Dont check linkstatus for loopback. This interface never has
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 1 Jun 2010 04:51:09 +0000 (14:51 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 1 Jun 2010 04:51:09 +0000 (14:51 +1000)
issues with the physical layer

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
                ;;