]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: nil: Move application of dns64 to a separate function
authorEvan Hunt <each@isc.org>
Thu, 27 Mar 2025 00:06:22 +0000 (00:06 +0000)
committerEvan Hunt <each@isc.org>
Thu, 27 Mar 2025 00:06:22 +0000 (00:06 +0000)
commit52a04a368b7a79ead08fbc2849ea3cfd876ea53b
tree74e81b936c2475c7885200a32de68147f6ea9876
parentf70d8b42522d5e547ee66d3d108aacb23ccabb3e
parent3188b1c055911e289ea1321b283af54322e0e31e
chg: nil: Move application of dns64 to a separate function

The code in `query_dns64()` that applies the dns64 prefixes to an A rdataset has been moved into the `dns_dns64` module, and `dns_dns64_destroy()` now unlinks the dns64 object from its containing list.

With these changes, we no longer need the list-manipulation API calls, `dns_dns64_next()` and `dns_dns64_unlink()`.

Merge branch 'each-simplify-dns64' into 'main'

See merge request isc-projects/bind9!10324