commit | 42698cb7ab366f8b92cee61f78e11d5a3b80539e | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Thu Sep 20 21:19:35 2012 +0100 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Thu Sep 20 21:19:35 2012 +0100 |
tree | df47f2502c8bb632381e23ac4388892833946e4d | |
parent | 1d860415f2eaf4f26a31b2feb141b8972ef38f0c [diff] [blame] |
Log ignored DHCPv6 information-requests.
diff --git a/src/rfc3315.c b/src/rfc3315.c index 716aa4a..f3929f2 100644 --- a/src/rfc3315.c +++ b/src/rfc3315.c
@@ -1005,10 +1005,10 @@ case DHCP6IREQ: { + log6_packet("DHCPINFORMATION-REQUEST", clid, clid_len, NULL, xid, iface_name, ignore ? "ignored" : hostname); if (ignore) return 0; *outmsgtypep = DHCP6REPLY; - log6_packet("DHCPINFORMATION-REQUEST", clid, clid_len, NULL, xid, iface_name, hostname); break; }