]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
servfail.nl changed theuir setup. 11268/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 11 Jan 2022 15:23:03 +0000 (16:23 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 1 Feb 2022 08:24:21 +0000 (09:24 +0100)
I think in an ideal world we should return 9 (DNSSEC key missing) but I don't see a
easy way to do that at the moment.

(cherry picked from commit 2cd34ba5c565ee6bad368f577e34fa6d9519ab7d)

regression-tests.recursor-dnssec/test_ExtendedErrors.py

index 9ccaa0c5f2a2307481ed6a835c689c578730205b..855d3f11196bb670814e08375c8d7dbae4508363 100644 (file)
@@ -130,7 +130,7 @@ log-common-errors=yes
             self.assertEqual(res.edns, 0)
             self.assertEqual(len(res.options), 1)
             self.assertEqual(res.options[0].otype, 15)
-            self.assertEqual(res.options[0], extendederrors.ExtendedErrorOption(7, b''))
+            self.assertEqual(res.options[0], extendederrors.ExtendedErrorOption(6, b''))
 
     def testBogus(self):
         qname = 'bogussig.ok.bad-dnssec.wb.sidnlabs.nl.'