From: Ondřej Surý Date: Mon, 5 Aug 2024 07:31:20 +0000 (+0000) Subject: chg: dev: Don't open route socket if we don't need it X-Git-Tag: alessio/regression/026024a6ae~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=246d5ccbc9c06279be72b5fc27386e0d50544139;p=thirdparty%2Fbind9.git chg: dev: Don't open route socket if we don't need it When automatic-interface-scan is disabled, the route socket was still being opened. Add new API to connect / disconnect from the route socket only as needed. Additionally, move the block that disables periodic interface rescans to a place where it actually have access to the configuration values. Previously, the values were being checked before the configuration was loaded. Closes #4757 Merge branch '4757-dont-open-routing-socket-if-not-needed' into 'main' Closes #4757 See merge request isc-projects/bind9!9122 --- 246d5ccbc9c06279be72b5fc27386e0d50544139