mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 23:45:27 +00:00
[1579] suggested change for an awkward comment line:
- s/NSEC3PARAMETER/NSEC3PARAM/ - "definitely" is too strong in this context - add a space after a comma - "zonefile" is awkward (there's no "zonefile" in this context) - "NSEC3 method" is an awkward term - "this zone signature" is also awkward
This commit is contained in:
@@ -907,9 +907,10 @@ DatabaseClient::Finder::findInternal(const Name& name, const RRType& type,
|
|||||||
const FoundRRsets found = getRRsets(name.toText(), final_types,
|
const FoundRRsets found = getRRsets(name.toText(), final_types,
|
||||||
!is_origin, NULL,
|
!is_origin, NULL,
|
||||||
type == RRType::ANY());
|
type == RRType::ANY());
|
||||||
// verify whether the zonefile is signed by NSEC3 method
|
|
||||||
// If the NSEC3PARAMETER type exists in the zonefile,NSEC3 is definitly used
|
// If an NSEC3PARAM RR exists at the zone apex, it's quite likely that
|
||||||
// in this zone signature.
|
// the zone is signed with NSEC3. (If not the zone is more or less broken,
|
||||||
|
// but it's caller's responsibility how to handle such cases).
|
||||||
bool is_nsec3 = false;
|
bool is_nsec3 = false;
|
||||||
const FoundRRsets nsec3_found = getRRsets(origin_.toText(),
|
const FoundRRsets nsec3_found = getRRsets(origin_.toText(),
|
||||||
NSEC3PARAM_TYPES(), false);
|
NSEC3PARAM_TYPES(), false);
|
||||||
|
Reference in New Issue
Block a user