From: Roy Marples Date: Fri, 6 Mar 2015 08:40:35 +0000 (+0000) Subject: Add why dhcpcd is ignoring an interface in debug output. X-Git-Tag: v6.8.0~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=894cfee380e7c80fd44ab8d66480d87e3fd0011d;p=thirdparty%2Fdhcpcd.git Add why dhcpcd is ignoring an interface in debug output. --- diff --git a/if.c b/if.c index 3eb85796..7526b77a 100644 --- a/if.c +++ b/if.c @@ -345,6 +345,11 @@ if_discover(struct dhcpcd_ctx *ctx, int argc, char * const *argv) ctx->ifac == 0 && !if_hasconf(ctx, ifp->name)) { + syslog(LOG_DEBUG, + "%s: ignoring due to" + " interface type and" + " no config", + ifp->name); if_free(ifp); continue; }