BIND 10 trac813, updated. f1dfe74d6b9b2b8c4dc85dd39a43084dc2b73aa9 [trac813] new test data (forgot to add it)
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue May 3 06:13:12 UTC 2011
The branch, trac813 has been updated
via f1dfe74d6b9b2b8c4dc85dd39a43084dc2b73aa9 (commit)
from 6daf339b7a83843a12d4938424063d1b96929924 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f1dfe74d6b9b2b8c4dc85dd39a43084dc2b73aa9
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon May 2 23:13:00 2011 -0700
[trac813] new test data (forgot to add it)
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/tests/testdata/message_toText3.spec | 31 +++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
create mode 100644 src/lib/dns/tests/testdata/message_toText3.spec
-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/testdata/message_toText3.spec b/src/lib/dns/tests/testdata/message_toText3.spec
new file mode 100644
index 0000000..0c6d21a
--- /dev/null
+++ b/src/lib/dns/tests/testdata/message_toText3.spec
@@ -0,0 +1,31 @@
+#
+# A standard DNS message with TSIG (taken from an invokation of dig)
+#
+
+[custom]
+sections: header:question:a/1:ns:a/2:tsig
+[header]
+id: 10140
+qr: 1
+aa: 1
+ancount: 1
+nscount: 1
+arcount: 2
+[question]
+name: www.example.com
+[a/1]
+as_rr: True
+rr_name: www.example.com
+address: 192.0.2.80
+[ns]
+as_rr: True
+[a/2]
+as_rr: True
+rr_name: ns.example.com
+[tsig]
+as_rr: True
+rr_name: www.example.com
+algorithm: hmac-md5
+time_signed: 1304384318
+original_id: 10140
+mac: 0x5257c80396f2fa95b20c77ae9a652fb2
More information about the bind10-changes
mailing list