mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
A dns_view_t has a queryonacl property, which is supposed to hold the ACL matching the configuration "allow-query-on". However the code parsing this configuration ACL was missing (or removed by mistake?), hence this property was always NULL. The ACL was still built but individually for each zone (which checks if the property exists in the zone definition, view definition, and finally options definition). It now create the ACL instance at the view level, enabling zones to share the same (identical) ACL instead of having their own copies. |
||
|---|---|---|
| .. | ||
| check | ||
| confgen | ||
| delv | ||
| dig | ||
| dnssec | ||
| named | ||
| nsupdate | ||
| plugins | ||
| rndc | ||
| tests | ||
| tools | ||
| Makefile.am | ||