diff options
| -rw-r--r-- | dhcpcd.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -772,6 +772,9 @@ configure_interface1(struct interface *iface) iface->hwlen); } } + if (ifo->options & DHCPCD_CLIENTID) + syslog(LOG_DEBUG, "%s: using ClientID %s", iface->name, + hwaddr_ntoa(iface->clientid + 1, *iface->clientid)); } int |
