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>
Sat, 18 Jun 2011 00:47:25 +0000 (10:47 +1000)
CQ S1024495

config/events.d/10.interface

index 7f5791a9fcf02549159c56c83a3d8602e5412c5c..f79367320e94720e0be196d0374aafe7aa7d2046 100755 (executable)
@@ -41,7 +41,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
            }