]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: fix generation of 6to4-self name expansion from IPv4 address
authorMark Andrews <marka@isc.org>
Thu, 1 Aug 2024 06:40:17 +0000 (06:40 +0000)
committerMark Andrews <marka@isc.org>
Thu, 1 Aug 2024 06:40:17 +0000 (06:40 +0000)
The period between the most significant nibble of the encoded IPv4 address and the 2.0.0.2.IP6.ARPA suffix was missing resulting in the wrong name being checked. Add system test for 6to4-self implementation.

Closes #4766

Merge branch '4766-add-system-test-for-6to4-self' into 'main'

Closes #4766

See merge request isc-projects/bind9!9099


Trivial merge