]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix EDNS probe for .de DNSSEC testbed failure, where the infra
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 6 Apr 2010 08:35:50 +0000 (08:35 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 6 Apr 2010 08:35:50 +0000 (08:35 +0000)
  cache timeout coincided with a server update, the current EDNS
  backoff is less sensitive, and does not cache the backoff unless
  the backoff actually works and the domain is not expecting DNSSEC.

git-svn-id: file:///svn/unbound/trunk@2064 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
testdata/fwd_edns_bksec.tpkg [new file with mode: 0644]
testdata/fwd_edns_probe.tpkg [new file with mode: 0644]

index 2730b291d2b2cccd694aa324ba85eb5ed6be0b8c..d59a858c33225bedbe53d086ec00496830c035e2 100644 (file)
@@ -1,3 +1,9 @@
+6 April 2010: Wouter
+       - Fix EDNS probe for .de DNSSEC testbed failure, where the infra
+         cache timeout coincided with a server update, the current EDNS 
+         backoff is less sensitive, and does not cache the backoff unless 
+         the backoff actually works and the domain is not expecting DNSSEC.
+
 1 April 2010: Wouter
        - iana portlist updated.
 
diff --git a/testdata/fwd_edns_bksec.tpkg b/testdata/fwd_edns_bksec.tpkg
new file mode 100644 (file)
index 0000000..3b03df7
Binary files /dev/null and b/testdata/fwd_edns_bksec.tpkg differ
diff --git a/testdata/fwd_edns_probe.tpkg b/testdata/fwd_edns_probe.tpkg
new file mode 100644 (file)
index 0000000..10608e1
Binary files /dev/null and b/testdata/fwd_edns_probe.tpkg differ