mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Log failure to determine MAC address in DHCPv6.
This commit is contained in:
@@ -457,6 +457,8 @@ static int dhcp6_no_relay(struct state *state, int msg_type, unsigned char *inbu
|
|||||||
state->tags = &mac_opt->netid;
|
state->tags = &mac_opt->netid;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (option_bool(OPT_LOG_OPTS))
|
||||||
|
my_syslog(MS_DHCP | LOG_INFO, _("%u cannot determine client MAC address"), state->xid);
|
||||||
|
|
||||||
if ((opt = opt6_find(state->packet_options, state->end, OPTION6_FQDN, 1)))
|
if ((opt = opt6_find(state->packet_options, state->end, OPTION6_FQDN, 1)))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user