]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: usr: AMTRELAY type 0 presentation format handling was wrong
authorMark Andrews <marka@isc.org>
Thu, 20 Nov 2025 09:38:51 +0000 (20:38 +1100)
committerMark Andrews <marka@isc.org>
Thu, 20 Nov 2025 09:38:51 +0000 (20:38 +1100)
RFC 8777 specifies a placeholder value of "." for the gateway field when the
gateway type is 0 (no gateway).  This was not being checked for nor emitted
when displaying the record. This has been corrected.

Instances of this record will need the placeholder period added to them when upgrading.

Closes #5639

Backport of MR !11240

Merge branch 'backport-5639-fix-atmrelay-type-0-support-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11255


Trivial merge