]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix the configuration type used by the "server-addresses" option
authorMichał Kępień <michal@isc.org>
Thu, 18 Oct 2018 13:48:44 +0000 (15:48 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 24 Oct 2018 13:13:31 +0000 (15:13 +0200)
commitb3245768584225fbc77d1d4aa2aab9954c02419b
treef936303daf71ceac6e4ba6e1578dfdbd70f52543
parented35755a24416e93670e7815f0f6f542b9de1570
Fix the configuration type used by the "server-addresses" option

Contrary to what the documentation states, the "server-addresses"
static-stub zone option does not accept custom port numbers.  Fix the
configuration type used by the "server-addresses" option to ensure
documentation matches source code.  Remove a check_zoneconf() test which
is unnecessary with this fix in place.
bin/named/named.conf.5
bin/named/named.conf.docbook
bin/named/named.conf.html
doc/arm/Bv9ARM.ch05.html
doc/arm/man.named.conf.html
doc/arm/static-stub.zoneopt.xml
doc/misc/options
doc/misc/static-stub.zoneopt
lib/bind9/check.c
lib/isccfg/namedconf.c