]> git.ipfire.org Git - thirdparty/bind9.git/commit
clean up numbering of FETCHOPT and ADDRINFO flags
authorEvan Hunt <each@isc.org>
Mon, 3 Jul 2023 19:43:17 +0000 (12:43 -0700)
committerEvan Hunt <each@isc.org>
Tue, 4 Jul 2023 18:58:09 +0000 (11:58 -0700)
commit995b78ea4e00658f254f6fbe37d81c03c4cf02d2
treec47ca699b95de895c49bd3f46043ee3aea58bd4b
parent6db34b6ebb899275927fed3856dc88e2a25661da
clean up numbering of FETCHOPT and ADDRINFO flags

in the past there was overlap between the fields used
as resolver fetch options and ADB addrinfo flags. this has
mostly been eliminated; now we can clean up the rest of
it and remove some confusing comments.

(cherry picked from commit 0955cf1af5d06fbcd648b3b05b738a98d72921b8)
lib/dns/adb.c
lib/dns/include/dns/resolver.h
lib/dns/resolver.c