]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove the code to adjust listening interfaces for *-source-v6
authorOndřej Surý <ondrej@sury.org>
Tue, 7 Sep 2021 12:40:19 +0000 (14:40 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 14 Sep 2021 14:59:18 +0000 (16:59 +0200)
commit0807d8b0588c89ee9eb18c17544174e51c2aaa97
tree46daf962612016fd029a2c7cc1271975e30d9e89
parent52ea129204decc419969e16cfbb539dc893b7c97
Remove the code to adjust listening interfaces for *-source-v6

Previously, named would run with a configuration
where *-source-v6 (notify-source-v6, transfer-source-v6 and
query-source-v6) address and port could be simultaneously used for
listening.  This is no longer true for BIND 9.16+ and the code that
would do interface adjustments would unexpectedly disable listening on
TCP for such interfaces.

This commit removes the code that would adjust listening interfaces
for addresses/ports configured in *-source-v6 option.

(cherry picked from commit 8ac1d4e0daee6fc785377761da42023127ec2284)
bin/named/server.c
lib/ns/include/ns/interfacemgr.h
lib/ns/interfacemgr.c