]> granicus.if.org Git - pdns/commitdiff
EDNS trunc test: fix table
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 17 Apr 2018 16:10:50 +0000 (18:10 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 30 May 2018 08:00:52 +0000 (10:00 +0200)
regression-tests.recursor-dnssec/test_EDNSBufferSize.py

index 1f4726eb692100088b24c991e8917cce0736b762..d691915c1adec592852366bc52d25abd61ddac07 100644 (file)
@@ -32,7 +32,7 @@ class EDNSBufferTest(RecursorTest):
     -----+-----------+---------------+----------------+-----------------+------------------+-------------------+
      01  | 1680      | 1680          | 4096           | 1680 (inc EDNS) | 1680 (inc EDNS)  | 1680              |
      02  | 1680      | 1680          | 1679           | 1680 (inc EDNS) | TC (+EDNS)       | 1680              |
-     03  | 1680      | 1681          | 4096           | 1680 (inc EDNS) | TC (+EDNS)       | 1680              |
+     03  | 1680      | 1681          | 4096           | 1681 (inc EDNS) | TC (+EDNS)       | 1680              |
      04  | 1680      | 1679          | 4096           | 1679 (inc EDNS) | 1679 (inc EDNS)  | 1680              |
      05  | 1680      | 1680          | 1680           | 1680 (inc EDNS) | 1680 (inc EDNS)  | 1680              |
      06  | 1680      | 1680          | 512 (No EDNS)  | 512 (+EDNS)     | 512 (no EDNS)    | (no EDNS)         |