diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 19:05:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 19:05:44 +0000 |
commit | b045529c40c83601909dca7b76a53498e9a70f33 (patch) | |
tree | 88371572105933fd950676c07b3a12163a0c9de0 /tests/libzscanner/data/55_CSYNC.in | |
parent | Initial commit. (diff) | |
download | knot-b045529c40c83601909dca7b76a53498e9a70f33.tar.xz knot-b045529c40c83601909dca7b76a53498e9a70f33.zip |
Adding upstream version 3.3.4.upstream/3.3.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/libzscanner/data/55_CSYNC.in')
-rw-r--r-- | tests/libzscanner/data/55_CSYNC.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/libzscanner/data/55_CSYNC.in b/tests/libzscanner/data/55_CSYNC.in new file mode 100644 index 0000000..97dcfa2 --- /dev/null +++ b/tests/libzscanner/data/55_CSYNC.in @@ -0,0 +1,22 @@ +$ORIGIN . +$TTL 1 + +; OK +@ CSYNC 0 0 ; The simplest variant - without bitmap +@ CSYNC 4294967295 65535 ; Maximal numbers +@ CSYNC 0 0 TYPE0 ; Minimal type number +@ CSYNC 0 0 TYPE65535 ; Maximal type number +@ CSYNC 0 0 TYPE0 A NS ; First bitmap window +@ CSYNC 0 0 TYPE0 TYPE256 TYPE512 TYPE32768 ; First, second, third and 128. bitmap window +@ TYPE62 \# 6 000000000000 ; TYPE + Hexadecimal rdata +@ TYPE62 0 0 ; TYPE +@ csync 0 0 ; Type in lower-case + +; KO +@ CSYNC +@ CSYNC ; Empty rdata +@ CSYNC \# 0 ; Hex empty rdata +@ CSYNC 4294967296 0 ; Serial overflow +@ CSYNC 0 65536 ; Flags overflow +@ CSYNC 0 0 TYPE65536 ; Type number overflow +@ CSYNC 0 0 X ; Unknown type |