Conversation
Merge master into develop (Engine)
Merge master into develop (Engine)
Makes use of the correct variables (fixes zonemaster#1280)
|
Is this a candidate for a fix version? |
To me "missing" means that there should be glue, but it is not there. If I have understood it correctly, it impacts a zone for which the referrals are without glue, which is how it should be in many cases. Especially for reverse zones, in-bailiwick NS are not expected. If there is no in-bailiwick NS, glue is not needed. |
|
Can this PR be merged? |
|
@tgreenx, can the description be updated to make it clearer what zones were impacted. I feel "any zone for which name servers give referral responses with missing glue" is not fully correct. See 0-24.se which has no glue in delegation (referral) but it is not impacted. |
I’ve included a suggestion here: zonemaster/zonemaster#1201 (review) |
|
Just to make things clear: the issue only happens when a referral points to out-of-bailiwick name servers for a zone that isn’t the zone to test, but some parent of it. Firstly, testing Secondly, testing Finally, testing In short, the presence or lack of glue was not a problem if the referral pointed to the zone under test. If not, then the bug happened. |
Purpose
This PR updates Basic01 to make use of the correct variables due to an oversight in the initial implementation update (#1212).
This would happen when a referral points to out-of-bailiwick name servers for a zone that isn’t the zone to test, but some parent of it. See comment below.
Context
Fixes #1280
How to test this PR