]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: AMTRELAY type 0 presentation format handling was wrong
authorMark Andrews <marka@isc.org>
Thu, 20 Nov 2025 08:46:10 +0000 (19:46 +1100)
committerMark Andrews <marka@isc.org>
Thu, 20 Nov 2025 08:46:10 +0000 (19:46 +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

Merge branch '5639-fix-atmrelay-type-0-support' into 'main'

See merge request isc-projects/bind9!11240


Trivial merge