mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
Add synth-from-dnssec namespace entries for forward only namespaces
Currently forward entries are only removed on view destruction so there is no matching dns_view_sfd_del call.
This commit is contained in:
@@ -6321,6 +6321,10 @@ configure_forward(const cfg_obj_t *config, dns_view_t *view,
|
|||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (fwdpolicy == dns_fwdpolicy_only) {
|
||||||
|
dns_view_sfd_add(view, origin);
|
||||||
|
}
|
||||||
|
|
||||||
result = ISC_R_SUCCESS;
|
result = ISC_R_SUCCESS;
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
|
Reference in New Issue
Block a user