]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2165] Fix answer section count in comment
authorMukund Sivaraman <muks@isc.org>
Mon, 27 Aug 2012 01:36:09 +0000 (07:06 +0530)
committerMukund Sivaraman <muks@isc.org>
Mon, 27 Aug 2012 01:36:09 +0000 (07:06 +0530)
src/lib/dns/tests/testdata/message_toWire6

index 00185c9d38bf6d111fd70582e5d682dfba2f7b41..996c99c6e308c67c3ce5118b20d11615f4476238 100644 (file)
@@ -2,7 +2,7 @@
 # A simple DNS query message (with a signed response)
 # ID = 0x75c1
 # QR=1 (response), Opcode=0, AA=1, RD=1 (other fields are 0)
-# QDCOUNT=1, ANCOUNT=2, other COUNTS=0
+# QDCOUNT=1, ANCOUNT=4, other COUNTS=0
 # Question: test.example.com. IN A
 # Answer:
 #  test.example.com. 3600 IN A 192.0.2.1