]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitea2a5909a56ac126fd9aa5aebd422b5e70ec74af
treeb0ec91017ea6f37cc74cfec7e5004fa8e76512ce
parent5857a4d397240e3a0e25e3a26ab2c5f4e4fadc25
parent3b0de4773bb0d485fbc079152e08a261718005d6
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

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

Closes #4766

See merge request isc-projects/bind9!9099