mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-23 10:37:43 -04:00
The plugin `plugin_register` API has a new parameter `source` indicating whether the plugin is loaded from a view or a zone. This extra parameter enables the plugin to fail early during initialization if a plugin written to be used in a zone exclusively is loaded at a view level, or vice versa. |
||
|---|---|---|
| .. | ||
| include | ||
| .gitignore | ||
| client.c | ||
| hooks.c | ||
| interfacemgr.c | ||
| listenlist.c | ||
| meson.build | ||
| notify.c | ||
| probes.d | ||
| query.c | ||
| server.c | ||
| stats.c | ||
| tests | ||
| update.c | ||
| xfrout.c | ||