mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-23 18:47:40 -04:00
This is a follow-up of !10895 where the keystore pointer was removed from the zone (as not specific to the zone) and moved to the view. But in order to avoid adding extra lifecycle dependencies from the zone to the view, the keystore pointer is now moved to the zonemgr, which also makes more sense as this is a global settings, and zonemgr wraps a bunch of other global settings to be accessibles from the zones. Because the zonemgr lifecycle is the same of the keystores (which are both depending on named_g_server) this should be a safe change. |
||
|---|---|---|
| .. | ||
| check | ||
| confgen | ||
| delv | ||
| dig | ||
| dnssec | ||
| named | ||
| nsupdate | ||
| plugins | ||
| rndc | ||
| tests | ||
| tools | ||
| meson.build | ||