hardaker / draft-pwouters-powerbind

0 stars 1 forks source link

clarify abstract #4

Open samuelweiler opened 4 years ago

samuelweiler commented 4 years ago

Repeating a suggestion from March 2018:

Instead of:

This document introduces a new DNSKEY flag called DELEGATION_ONLY that indicates that the particular zone will never sign zone data across a label.

how about:

...a new DNSKEY flag called DELEGATION_ONLY that indicates that the particular zone contains only delegations and that those delegations may have only one added label.

letoams commented 4 years ago

this was changed to:

This document introduces a new DNSKEY flag called DELEGATION_ONLY that indicates that this zone will only produce delegation responses for data outside of its own apex (or _underscore labels). That is, the Answer Section for queries that do not involve the apex (or _underscore labels) of the zone is empty, and only glue records in the Authority Section and Additional Section will be acceptable data in the response message.

Does that resolve your issue?