]> git.meshlink.io Git - catta/blobdiff - avahi-autoipd/iface-linux.c
* change process title of chroot() helper process to "chroot helper" dropping
[catta] / avahi-autoipd / iface-linux.c
index 5e2996a8a171655556be1377e6fa75214a42823a..6f2ca1f48e3c2211abf7065ec392719a07c05927 100644 (file)
@@ -106,7 +106,6 @@ static int process_nlmsg(struct nlmsghdr *n) {
         
         if ((ifi->ifi_flags & IFF_LOOPBACK) ||
             (ifi->ifi_flags & IFF_NOARP) ||
-            !(ifi->ifi_flags & IFF_UP) ||
             ifi->ifi_type != ARPHRD_ETHER) {
             daemon_log(LOG_ERR, "Interface not suitable.");
             return -1;