Log failure to confirm an address in DHCPv6.

This commit is contained in:
Simon Kelley
2018-07-20 17:35:24 +01:00
parent a3bd7e73d3
commit c851c695db

View File

@@ -1108,6 +1108,7 @@ static int dhcp6_no_relay(struct state *state, int msg_type, void *inbuff, size_
put_opt6_short(DHCP6NOTONLINK);
put_opt6_string(_("confirm failed"));
end_opt6(o1);
log6_quiet(state, "DHCPREPLY", req_addr, _("confirm failed"));
return 1;
}