]> git.ipfire.org Git - thirdparty/unbound.git/commit
split edns_data.opt_list in opt_list_in and opt_list_out
authorTom Carpay <tom@nlnetlabs.nl>
Mon, 1 Nov 2021 12:48:40 +0000 (12:48 +0000)
committerTom Carpay <tom@nlnetlabs.nl>
Mon, 1 Nov 2021 12:48:40 +0000 (12:48 +0000)
commit89d747653902798af8703e0723ebf6d44aa53e7d
treed41c0a92a5ba96e658037f1c9a0f063f1c926509
parent3925297d07ee17ba1aeb76020c00488161fd2559
split edns_data.opt_list in opt_list_in and opt_list_out

opt_list_in for parsed (incoming) edns options, and
opt_list_out for outgoing (to be encoded) edns options
14 files changed:
daemon/worker.c
iterator/iterator.c
libunbound/libworker.c
services/authzone.c
services/mesh.c
services/outside_network.c
testcode/fake_event.c
util/data/msgencode.c
util/data/msgparse.c
util/data/msgparse.h
util/data/msgreply.c
util/data/msgreply.h
util/edns.c
validator/autotrust.c