]> git.ipfire.org Git - thirdparty/bind9.git/commit
[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)
commitadf104a06339f101d295c1c7980725be5af73dfa
tree6f1191f9c7f25bf0a221f4c9bede794f85059a7c
parentb006b11e5186cab802d6d41c6388235a4dd60461
parentb6d9d4f7a6f5724a6302c69b1e4696b06d6650cc
[9.20] fix: usr: AMTRELAY type 0 presentation format handling was wrong

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