mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
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(). |
||
|---|---|---|
| .. | ||
| include | ||
| .gitignore | ||
| client.c | ||
| hooks.c | ||
| interfacemgr.c | ||
| listenlist.c | ||
| Makefile.am | ||
| notify.c | ||
| probes.d | ||
| query.c | ||
| server.c | ||
| stats.c | ||
| tests | ||
| update.c | ||
| xfrout.c | ||