bind9/bin
Colin Vidal 68fda6a035 do not log "no root hints for view '_bind'"
The "no root hints for view X" message must not be shown for the default
_bind/CH view. However, it is shown since 27c4f68dcc (part of effective
configuration changes).

The reason is that since 27c4f68dcc, `configure_views()` now processes
a single list of views, which contains both builtin and user views as
they are both part of the effective configuration. Those changes omitted
the `need_hints` bool that disabled the warning for the builtin view.
This commit silences the log message again.
2025-11-21 14:21:44 -08:00
..
check "named-checkconf -b" dumps built-in config 2025-11-04 09:26:33 +01:00
confgen Change the 'isc_g_mctx' to be always available 2025-08-04 11:29:50 +02:00
delv remove dns_message_buildopt 2025-11-21 11:13:21 -08:00
dig remove dns_message_buildopt 2025-11-21 11:13:21 -08:00
dnssec cfg_parse_ functions internally handle the parser 2025-10-23 13:01:08 -07:00
include move default configuration to common bin/include folder 2025-10-29 13:55:04 -07:00
named do not log "no root hints for view '_bind'" 2025-11-21 14:21:44 -08:00
nsupdate remove dns_message_buildopt 2025-11-21 11:13:21 -08:00
plugins cfg_parse_ functions internally handle the parser 2025-10-23 13:01:08 -07:00
rndc add showconf in RNDC usage 2025-11-18 09:23:10 +01:00
tests do not log "no root hints for view '_bind'" 2025-11-21 14:21:44 -08:00
tools remove dns_message_buildopt 2025-11-21 11:13:21 -08:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00