|
@@ -14,7 +14,7 @@
|
|
|
|
|
|
$NAMESPACE isc::nsas
|
|
$NAMESPACE isc::nsas
|
|
|
|
|
|
-% NSAS_INVRESPSTR queried for %1 but got invalid response
|
|
|
|
|
|
+% NSAS_INVALID_RESPONSE queried for %1 but got invalid response
|
|
This message indicates an internal error in the nameserver address store
|
|
This message indicates an internal error in the nameserver address store
|
|
component (NSAS) of the resolver. The NSAS made a query for a RR for the
|
|
component (NSAS) of the resolver. The NSAS made a query for a RR for the
|
|
specified nameserver but received an invalid response. Either the success
|
|
specified nameserver but received an invalid response. Either the success
|
|
@@ -22,20 +22,20 @@ function was called without a DNS message or the message was invalid on some
|
|
way. (In the latter case, the error should have been picked up elsewhere in
|
|
way. (In the latter case, the error should have been picked up elsewhere in
|
|
the processing logic, hence the raising of the error here.)
|
|
the processing logic, hence the raising of the error here.)
|
|
|
|
|
|
-% NSAS_INVRESPTC queried for %1 RR of type/class %2/%3, received response %4/%5
|
|
|
|
|
|
+% NSAS_WRONG_ANSWER queried for %1 RR of type/class %2/%3, received response %4/%5
|
|
This message indicates an internal error in the nameserver address store
|
|
This message indicates an internal error in the nameserver address store
|
|
component (NSAS) of the resolver. The NSAS made a query for the given RR
|
|
component (NSAS) of the resolver. The NSAS made a query for the given RR
|
|
type and class, but instead received an answer with the given type and class.
|
|
type and class, but instead received an answer with the given type and class.
|
|
|
|
|
|
-% NSAS_LOOKUPCANCEL lookup for zone %1 has been cancelled
|
|
|
|
|
|
+% NSAS_LOOKUP_CANCEL lookup for zone %1 has been canceled
|
|
A debug message, this is output when a NSAS (nameserver address store -
|
|
A debug message, this is output when a NSAS (nameserver address store -
|
|
-part of the resolver) lookup for a zone has been cancelled.
|
|
|
|
|
|
+part of the resolver) lookup for a zone has been canceled.
|
|
|
|
|
|
-% NSAS_LOOKUPZONE searching NSAS for nameservers for zone %1
|
|
|
|
|
|
+% NSAS_SEARCH_ZONE_NS searching NSAS for nameservers for zone %1
|
|
A debug message, this is output when a call is made to the nameserver address
|
|
A debug message, this is output when a call is made to the nameserver address
|
|
store (part of the resolver) to obtain the nameservers for the specified zone.
|
|
store (part of the resolver) to obtain the nameservers for the specified zone.
|
|
|
|
|
|
-% NSAS_NSADDR asking resolver to obtain A and AAAA records for %1
|
|
|
|
|
|
+% NSAS_FIND_NS_ADDRESS asking resolver to obtain A and AAAA records for %1
|
|
A debug message, the NSAS (nameserver address store - part of the resolver) is
|
|
A debug message, the NSAS (nameserver address store - part of the resolver) is
|
|
making a callback into the resolver to retrieve the address records for the
|
|
making a callback into the resolver to retrieve the address records for the
|
|
specified nameserver.
|
|
specified nameserver.
|
|
@@ -51,7 +51,7 @@ A debug message, the NSAS (nameserver address store - part of the resolver)
|
|
has retrieved the given address for the specified nameserver through an
|
|
has retrieved the given address for the specified nameserver through an
|
|
external query.
|
|
external query.
|
|
|
|
|
|
-% NSAS_SETRTT reporting RTT for %1 as %2; new value is now %3
|
|
|
|
|
|
+% NSAS_UPDATE_RTT update RTT for %1: was %2 ms, is now %3 ms
|
|
A NSAS (nameserver address store - part of the resolver) debug message
|
|
A NSAS (nameserver address store - part of the resolver) debug message
|
|
reporting the round-trip time (RTT) for a query made to the specified
|
|
reporting the round-trip time (RTT) for a query made to the specified
|
|
nameserver. The RTT has been updated using the value given and the new RTT is
|
|
nameserver. The RTT has been updated using the value given and the new RTT is
|