Skip to content

Undelegated test failing due to queries to delegated zone #1529

Description

@LeonGr-RIPENCC

I have a problem where a zonemaster test for a child zone fails, because the parent zone refuses to answer, even though it's an undelegated test. I believe this may be related to #1451, but it's a slight different situation:

We want to create the following delegations in 127.in-addr.arpa:

0.228.127.in-addr.arpa NS ns1.example.net
0.228.127.in-addr.arpa NS ns2.example.net

So we do an undelegated test of 0.228.127.in-addr.arpa with zonemaster, specifying nameservers ns1.example.net and ns2.example.net.

However, the following delegations currently still exists in 127.in-addr.arpa:

228.127.in-addr.arpa NS ns1.example.net
228.127.in-addr.arpa NS ns2.example.net

So zonemaster will ask ns1.example.net and ns2.example.net for the SOA/NS records for 228.127.in-addr.arpa, but those return REFUSED, since these records have been replaced with records for 0.228.127.in-addr.arpa.
This causes test BASIC02 to fail with B02_NO_DELEGATION. Even though the specified nameservers return the expected records.

Could this have been prevented by still serving SOA and NS records in the 228.127.in-addr.arpa zone, instead of REFUSED? Or is this a problem with zonemaster?

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-BugType: Bug in software or error in test case descriptionT-QuestionType: External question.

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions