]> git.ipfire.org Git - thirdparty/bind9.git/commit
Assume that IPv4 and IPv6 is always available
authorOndřej Surý <ondrej@isc.org>
Tue, 20 Aug 2024 09:53:07 +0000 (11:53 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 27 Nov 2024 14:03:27 +0000 (15:03 +0100)
commite85399b1c0a355e7b68a9b2b38a2fdf7b969e5bc
tree708068f2ebb072846db4f2831efc0399f9af2c9b
parent5b273b5726d98d98d53420fdd6d7b899ca92c0d4
Assume that IPv4 and IPv6 is always available

In 2024, it is reasonable to assume that IPv4 and IPv6 is always
available on a socket() level.  We still keep the option to enable or
disable each IP version individually, as the routing might be broken or
undesirable for one of the versions.
lib/isc/include/isc/net.h
lib/isc/net.c