2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[master] add missing logger placeholder for RESOLVER_NON_IN_PACKET

See ticket #2366 for details.

Okayed by muks on jabber.

Note that no test checked this and I don't introduce any test
since I am pretty sure this code will no exist in any production
version of a resolver (since won't limit IN only).
This commit is contained in:
Jeremy C. Reed
2012-10-18 10:54:00 -05:00
parent 7e1c432878
commit c627111eee

View File

@@ -108,7 +108,7 @@ This error is issued when a resolver configuration update has specified
a negative retry count: only zero or positive values are valid. The
configuration update was abandoned and the parameters were not changed.
% RESOLVER_NON_IN_PACKET non-IN class request received, returning REFUSED message
% RESOLVER_NON_IN_PACKET non-IN class (%1) request received, returning REFUSED message
This debug message is issued when resolver has received a DNS packet that
was not IN (Internet) class. The resolver cannot handle such packets,
so is returning a REFUSED response to the sender.