diff --git a/src/rfc3315.c b/src/rfc3315.c index 21fcd9b..223944b 100644 --- a/src/rfc3315.c +++ b/src/rfc3315.c @@ -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; }