diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:36:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:36:22 +0000 |
commit | b88bb292821fd7742604ec4e280acebd9a049f62 (patch) | |
tree | 625e4e19e6619f7481e5a8103f876520950769f6 /tests/libzscanner/data/55_CSYNC.in | |
parent | Initial commit. (diff) | |
download | knot-b88bb292821fd7742604ec4e280acebd9a049f62.tar.xz knot-b88bb292821fd7742604ec4e280acebd9a049f62.zip |
Adding upstream version 3.0.5.upstream/3.0.5upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 |