]> git.ipfire.org Git - thirdparty/bind9.git/commit
Recreate HTTPS and TLS interfaces only during reconfiguration
authorAram Sargsyan <aram@isc.org>
Tue, 14 Dec 2021 09:28:01 +0000 (09:28 +0000)
committerAram Sargsyan <aram@isc.org>
Tue, 14 Dec 2021 09:28:01 +0000 (09:28 +0000)
commitf595a75cd633bb6af8888e0233100eb8025ae8c4
treea816fabf7a67d097fd4dee8d0c85140ca84f4a15
parentf999d8f3f502fe7c79c360d09a481ad255f564de
Recreate HTTPS and TLS interfaces only during reconfiguration

The 850e9e59bf8c29f895a981211c72c0b3c294bcfd commit intended to recreate
the HTTPS and TLS interfaces during reconfiguration, but they are being
recreated also during regular interface re-scans.

Make sure the HTTPS and TLS interfaces are being recreated only during
reconfiguration.
bin/named/server.c
lib/ns/include/ns/interfacemgr.h
lib/ns/interfacemgr.c
lib/ns/tests/nstest.c