]> git.ipfire.org Git - thirdparty/bind9.git/commit
Enable the load-balance-sockets configuration
authorOndřej Surý <ondrej@isc.org>
Mon, 4 Apr 2022 23:20:13 +0000 (01:20 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 4 Apr 2022 23:30:58 +0000 (01:30 +0200)
commit142c63dda8ada1214ea8f308a0d28fcff2d94cbe
tree2fc509b0c7c1366d497582701646ab60341be011
parent9217f1e2009c87d5a229e3d59c701af903a5bdb3
Enable the load-balance-sockets configuration

Previously, HAVE_SO_REUSEPORT_LB has been defined only in the private
netmgr-int.h header file, making the configuration of load balanced
sockets inoperable.

Move the missing HAVE_SO_REUSEPORT_LB define the isc/netmgr.h and add
missing isc_nm_getloadbalancesockets() implementation.
bin/named/config.c
bin/named/server.c
lib/isc/include/isc/netmgr.h
lib/isc/netmgr/netmgr-int.h
lib/isc/netmgr/netmgr.c