[svn] commit: r1052 - /trunk/src/lib/dns/cpp/tests/testdata/rdata_opt_fromWire

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Mar 1 18:50:05 UTC 2010


Author: jinmei
Date: Mon Mar  1 18:50:05 2010
New Revision: 1052

Log:
corrected wire format data

Modified:
    trunk/src/lib/dns/cpp/tests/testdata/rdata_opt_fromWire

Modified: trunk/src/lib/dns/cpp/tests/testdata/rdata_opt_fromWire
==============================================================================
--- trunk/src/lib/dns/cpp/tests/testdata/rdata_opt_fromWire (original)
+++ trunk/src/lib/dns/cpp/tests/testdata/rdata_opt_fromWire Mon Mar  1 18:50:05 2010
@@ -9,7 +9,7 @@
 # an OPT RR containing an NSID Option
 #      code=3 len=3 ID value (opaque)
 # 2  3  4  5  6  7  8  9 10
- 00 0X 00 03 00 03 00 01 02
+ 00 07 00 03 00 03 00 01 02
 #
 # short buffer (this can be tested only at the end of the buffer)
 # 1  2  3  4  5




More information about the bind10-changes mailing list