mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[trac813] adding necessary test data (forgot to git-add them)
This commit is contained in:
8
src/lib/dns/tests/testdata/message_toText2.txt
vendored
Normal file
8
src/lib/dns/tests/testdata/message_toText2.txt
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 45981
|
||||
;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
|
||||
|
||||
;; OPT PSEUDOSECTION:
|
||||
; EDNS: version: 0, flags: do; udp: 4096
|
||||
|
||||
;; QUESTION SECTION:
|
||||
;example.com. IN A
|
17
src/lib/dns/tests/testdata/message_toText3.txt
vendored
Normal file
17
src/lib/dns/tests/testdata/message_toText3.txt
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10140
|
||||
;; flags: qr aa; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 2
|
||||
|
||||
;; QUESTION SECTION:
|
||||
;www.example.com. IN A
|
||||
|
||||
;; ANSWER SECTION:
|
||||
www.example.com. 86400 IN A 192.0.2.80
|
||||
|
||||
;; AUTHORITY SECTION:
|
||||
example.com. 86400 IN NS ns.example.com.
|
||||
|
||||
;; ADDITIONAL SECTION:
|
||||
ns.example.com. 86400 IN A 192.0.2.1
|
||||
|
||||
;; TSIG PSEUDOSECTION:
|
||||
www.example.com. 0 ANY TSIG hmac-md5.sig-alg.reg.int. 1304384318 300 16 UlfIA5by+pWyDHeummUvsg== 10140 NOERROR 0
|
Reference in New Issue
Block a user