]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
servfail.nl changed theuir setup. 11168/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, 11 Jan 2022 15:23:03 +0000 (16:23 +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.

regression-tests.recursor-dnssec/test_ExtendedErrors.py

index 1682644c9e643bc8d3278760c17d1645da2a0ee4..19f71ae444c5646bd16ee065b660bce66c949ff4 100644 (file)
@@ -119,7 +119,7 @@ extended-resolution-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.'