]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix "response-padding" configuration and remove optionmaps
authorEvan Hunt <each@isc.org>
Wed, 29 Oct 2025 04:33:03 +0000 (21:33 -0700)
committerEvan Hunt <each@isc.org>
Wed, 29 Oct 2025 18:31:38 +0000 (11:31 -0700)
commita107d77b339cc78ef1dd198b37efb571fb08e727
tree77f0c1be13550fb6c63a48f7d1c185977afd6e1b
parent0b39889b47d650e5133e8881acdd98a2b41e818f
fix "response-padding" configuration and remove optionmaps

Add a default "response-padding" option in the global defaults,
to disable the option, and simplify the configuration code so that
looks at the global defaults if the option is not set in named.conf.

This enables us to remove the 'optionmaps' variable in configure_view(),
which was used for options that only look in named.conf.

(cherry picked from commit cf409e814f13c932d92fae5d85ddd16ac7ebfdc0)
bin/named/config.c
bin/named/server.c