]> git.ipfire.org Git - thirdparty/bind9.git/commit
Wrong source address used for IPv6 notify messages
authorMark Andrews <marka@isc.org>
Wed, 3 Apr 2024 23:35:23 +0000 (10:35 +1100)
committerMark Andrews <marka@isc.org>
Thu, 11 Apr 2024 18:05:25 +0000 (18:05 +0000)
commit40fd4cd407fd2a215d754153c21baaaa3a523f7b
tree382375ac6a3ffb5cf22057f0094ff90360b72a8a
parent9c712eff0aa24f416ca2c0a1f50b7860d768469c
Wrong source address used for IPv6 notify messages

The source address field of 'newnotify' was not updated from the
default (0.0.0.0) when the destination address was an IPv6 address.
This resulted in the messages failing to be sent.  Set the source
address to :: when the destination address is an IPv6 address.
lib/dns/zone.c