]> git.ipfire.org Git - thirdparty/bind9.git/commit
enable listen-on parameters to be specified in any order
authorEvan Hunt <each@isc.org>
Wed, 3 Feb 2021 19:36:33 +0000 (11:36 -0800)
committerEvan Hunt <each@isc.org>
Wed, 17 Feb 2021 00:24:35 +0000 (16:24 -0800)
commitfd763d72238fc577b934a7dec6d6530fc0107924
tree77f0c16c390892bcac6acbaad336e433dfd58f81
parent07f525bae50372edb3f5f6e03a70a43d9bd72650
enable listen-on parameters to be specified in any order

updated the parser to allow the "port", "tls" and "http"
paramters to "listen-on" and "listen-on-v6" to be specified in any
order. previously the parser would throw an error if any other order
was used than port, tls, http.
bin/named/server.c
bin/tests/system/checkconf/good-doh-2.conf [moved from bin/tests/system/checkconf/good-doh-global.conf with 81% similarity]
lib/isccfg/namedconf.c