]> git.ipfire.org Git - thirdparty/bind9.git/commit
move listen-on correctness checks into check.c
authorEvan Hunt <each@isc.org>
Wed, 3 Feb 2021 21:13:41 +0000 (13:13 -0800)
committerEvan Hunt <each@isc.org>
Wed, 17 Feb 2021 00:24:35 +0000 (16:24 -0800)
commit957052eea55f211d81dbfc4e02a5f4803446e1cd
treeb8e3a951f3cb7e2bb089ba87ed8ca0df55f79d90
parentfd763d72238fc577b934a7dec6d6530fc0107924
move listen-on correctness checks into check.c

errors in listen-on and listen-on-v6 can now be detected
by named-checkconf.
bin/named/server.c
bin/tests/system/checkconf/bad-doh-1.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-doh-2.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-doh-3.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-dot-1.conf [new file with mode: 0644]
bin/tests/system/checkconf/good-dot-1.conf [moved from bin/tests/system/checkconf/good-dot-global.conf with 100% similarity]
lib/bind9/check.c