]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Fix update-policy grant external address passing
authorMark Andrews <marka@isc.org>
Wed, 12 Aug 2026 06:26:15 +0000 (16:26 +1000)
committerMark Andrews <marka@isc.org>
Wed, 12 Aug 2026 06:26:15 +0000 (16:26 +1000)
Only TCP client addresses are supposed to be passed to an `external` handler for the associated `update-policy` rule, but UDP client addresses were also being passed.  This could have caused the external handler to return a result it otherwise wouldn't. This has been fixed.

Closes #6061

Merge branch '6061-fix-grant-external-address-passing' into 'main'

See merge request isc-projects/bind9!12546


Trivial merge