]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix for #1114: Fix that cache fill for forward-host names is
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 31 Jul 2024 09:42:44 +0000 (11:42 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 31 Jul 2024 09:42:44 +0000 (11:42 +0200)
commit03b511b1a20e4d73e12d401b00fe235f1bea413a
tree9f47f71432f3c3a2c080936b1f0d1c5e8a6e0ed2
parent6af28bed08f6b28edc2671973c665a198348d912
- Fix for #1114: Fix that cache fill for forward-host names is
  performed, so that with nonzero target-fetch-policy it fetches
  forwarder addresses and uses them from cache. Also updated that
  delegation point cache fill routines use CDflag for AAAA message
  lookups, so that its negative lookup stops a recursion since the
  cache uses the bit for disambiguation for dns64 but the recursion
  uses CDflag for the AAAA target lookups, so the check correctly
  stops a useless recursion by its cache lookup.
doc/Changelog
iterator/iterator.c
services/cache/dns.c
testdata/fwd_name_lookup.rpl [new file with mode: 0644]