]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove dns_message_buildopt
authorEvan Hunt <each@isc.org>
Fri, 21 Nov 2025 07:33:29 +0000 (23:33 -0800)
committerEvan Hunt <each@isc.org>
Fri, 21 Nov 2025 19:13:21 +0000 (11:13 -0800)
commitd5e4684b3defdd79fe4b366c2da88bdcd7a4c5d9
treed0d385b8b177c369fc07f6b1a7b45279d7b2b34d
parent2d3439ee028d48f0ede358e6e6477ff2da7c6216
remove dns_message_buildopt

now that the EDNS state is stored within dns_message_t, it's no longer
necessary to have a public API call to build an opt rdataset; we can
just have dns_message_setopt() build the opt record internally.
12 files changed:
bin/delv/delv.c
bin/dig/dighost.c
bin/nsupdate/nsupdate.c
bin/tools/mdig.c
lib/dns/include/dns/message.h
lib/dns/message.c
lib/dns/resolver.c
lib/dns/xfrin.c
lib/dns/zone.c
lib/ns/client.c
lib/ns/include/ns/client.h
lib/ns/xfrout.c