diff options
Diffstat (limited to 'src/lib/dns/tests/testdata/edns_toWire3.spec')
-rw-r--r-- | src/lib/dns/tests/testdata/edns_toWire3.spec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/dns/tests/testdata/edns_toWire3.spec b/src/lib/dns/tests/testdata/edns_toWire3.spec new file mode 100644 index 0000000..0332097 --- /dev/null +++ b/src/lib/dns/tests/testdata/edns_toWire3.spec @@ -0,0 +1,7 @@ +# +# Same as edns_toWire1 but setting the DO bit, and extended Rcode being non 0 +# (for BADVER) +# +[edns] +do: 1 +extrcode: 0x1 |