]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: usr: fix generation of 6to4-self name expansion from IPv4 address
authorMark Andrews <marka@isc.org>
Fri, 2 Aug 2024 00:56:33 +0000 (00:56 +0000)
committerMark Andrews <marka@isc.org>
Fri, 2 Aug 2024 00:56:33 +0000 (00:56 +0000)
commitdf55c15ebbe20e822840f0b42a6f12c790bd72f7
tree69fc8a9316eccf39281856d338c2709909241303
parent97a5b8bab25fca8370b002027da8fc10def87c13
parent80a21e75b8c135a3eec3bc17510224ad30336622
[9.18] fix: usr: fix generation of 6to4-self name expansion from IPv4 address

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

Backport of MR !9099

Merge branch 'backport-4766-add-system-test-for-6to4-self-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9218