]> git.ipfire.org Git - thirdparty/bind9.git/commit
allow dns_clientinfo to store client ECS data
authorEvan Hunt <each@isc.org>
Wed, 3 Nov 2021 05:38:45 +0000 (22:38 -0700)
committerEvan Hunt <each@isc.org>
Thu, 27 Jan 2022 21:53:59 +0000 (13:53 -0800)
commit737e658602729f71d4e4ecad872ffebee4e500fc
tree31ec891041488caeaa32af32a25a81d25cbf9821
parent3b5368045817536c7a6f514befeb4abc5669ab71
allow dns_clientinfo to store client ECS data

this brings DNS_CLIENTINFO_VERSION into line with the subscription
branch so that fixes applied to clientinfo processing can also be
applied to the main branch without diverging.
lib/dns/clientinfo.c
lib/dns/ecs.c
lib/dns/include/dns/clientinfo.h
lib/dns/include/dns/ecs.h
lib/ns/query.c
lib/ns/update.c