mirror of
https://gitlab.isc.org/isc-projects/bind9.git
synced 2025-12-20 00:55:29 +08:00
When the CDS/CDNSKEY RRset gets updated, schedule a NOTIFY(CDS) to be sent to the parental agent. The parental agent is published in the parent zone as a DSYNC RRset, so first we need to figure out the parent owner name. This is done by finding the zonecut (querying for NS RRset until we find a postive answer). In nsfetch_dsync, we then schedule a zone fetch for the DSYNC record at <child-labels>._dsync.<parent-labels>. Then we queue the notify for each target in the DSYNC records that matches the NOTIFY scheme and CDS RRtype.