Remove a benign by annoying log message that will be logged after an interface that...
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 18 Jun 2011 00:47:25 +0000 (10:47 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 24 Jun 2011 04:39:00 +0000 (14:39 +1000)
CQ S1024495

config/events.d/10.interface

index 5f2544558a95dd9c3097d7ee3352667a3c475e30..b906e6ae9ec1a2ff1be14b205e50860b9ae84476 100755 (executable)
@@ -42,7 +42,6 @@ monitor_interfaces()
        for IFACE in $INTERFACES ; do
 
            ip addr show $IFACE 2>/dev/null >/dev/null || {
-               echo Interface $IFACE does not exist but it is used by public addresses.
                continue
            }