Skip to content

dns.query.inbound_xfr with incremental zone transfer #861

Discussion options

You must be logged in to vote

The error message means "the IXFR data told us we need to delete some specific rdata, but we couldn't find an rdataset with that name and type". In your case it probably means that your input zone did not have a testg-issue rdataset. If I try your IXFR with a zone which has an initial rdataset for testg-issue consisting of "testg-issue 3600 IN A 192.168.6.110" then everything works. If I delete this line, then I get the same error you do. Dnspython has to raise an error here as any deviation of the zone content from what the IXFR is asking for means you are out-of-sync with the primary (you should fall back to AXFR in that case).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@nguyenhoanganhtu2406
Comment options

@rthalley
Comment options

@nguyenhoanganhtu2406
Comment options

Answer selected by rthalley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants