]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Rescan the interfaces again when reconfiguring the server
authorOndřej Surý <ondrej@isc.org>
Mon, 4 Aug 2025 09:24:44 +0000 (11:24 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 4 Aug 2025 09:24:44 +0000 (11:24 +0200)
commitc9f05d750a471f5a55e6a82a29fb8dcc2beca8ab
tree4e329f5d9ae376da8b467d6d5e1467515e04c42c
parent4d24dabc2534e3c79ac306270c8fa68db02a75bd
parente86eed54f512ba8a1771873888fb9886052652fc
fix: usr: Rescan the interfaces again when reconfiguring the server

On FreeBSD, the server would not listen on the configured 'localhost'
interfaces immediately, but only after the 'interface-interval' period
has passed.  After the fix for default interface-interval was merged in
!10281, this means the server would listen on the localhost after 60
minutes.

Rescan the interfaces immediately after configuring the
interface-interval value to start listening on the 'localhost' interface
immediately.

Merge branch 'ondrej/rescan-the-interface-on-time-0' into 'bind-9.18'

See merge request isc-projects/bind9!10758