]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2000] Start comments with a capital letter
authorMukund Sivaraman <muks@isc.org>
Wed, 19 Feb 2014 08:58:17 +0000 (14:28 +0530)
committerMukund Sivaraman <muks@isc.org>
Wed, 19 Feb 2014 08:58:17 +0000 (14:28 +0530)
src/lib/dns/tests/testdata/rdata_opt_fromWire1
src/lib/dns/tests/testdata/rdata_opt_fromWire2
src/lib/dns/tests/testdata/rdata_opt_fromWire3
src/lib/dns/tests/testdata/rdata_opt_fromWire4

index 0ca5f6aa0eac52e117b6e86ea6ae84a4dfb889cc..f1005ef91bb04f555758c9c3cfffa01cef1c9f7f 100644 (file)
@@ -1,16 +1,15 @@
+# Various kinds of OPT RDATA stored in an input buffer
 #
-# various kinds of OPT RDATA stored in an input buffer
-#
-# empty RDATA (which is okay)
+# Empty RDATA (which is okay)
 #
 # 0  1 (bytes)
  00 00
 #
-# an OPT RR containing an NSID Option
+# An OPT RR containing an NSID Option
 #      code=3 len=3 ID value (opaque)
 # 2  3  4  5  6  7  8  9 10
  00 07 00 03 00 03 00 01 02
 #
-# short buffer (this can be tested only at the end of the buffer)
+# Short buffer (this can be tested only at the end of the buffer)
 # 1  2  3  4  5
  00 04 c0 00 02
index 4f5945c2f9a0e76ee996e660f1a218c11e1b5822..2c5a11fe543dcb10f51441f1cc0149bbdc868628 100644 (file)
@@ -1,4 +1,4 @@
-# short RDATA length
+# Short RDATA length
 #
 # OPT RDATA, RDLEN=1
 0001
index f394c95ccacd08eb4625a57b34eabb4709b0ab00..52db1d8c33102007560b19991e8b459af8ebe489 100644 (file)
@@ -1,8 +1,8 @@
-# short RDATA length (in second pseudo RR)
+# Short RDATA length (in second pseudo RR)
 #
 # OPT RDATA, RDLEN=8
 0008
-# pseudo RR 1 of size 7 (code=3, len=3)
+# Pseudo RR 1 of size 7 (code=3, len=3)
 00 03 00 03 00 01 02
-# pseudo RR 2 of size 7 exhausts RDLEN (code=4, len=3)
+# Pseudo RR 2 of size 7 exhausts RDLEN (code=4, len=3)
 00 04 00 03 00 01 02
index 89be2235c98eb01d8bec5b2ffff9d8329156543f..a302127b1a6656978507e464268be1c27f307708 100644 (file)
@@ -2,8 +2,8 @@
 #
 # OPT RDATA, RDLEN=14 (0x000e)
 000e
-# pseudo RR 1 (code=3, len=3)
+# Pseudo RR 1 (code=3, len=3)
 00 03 00 03 00 01 02
-# pseudo RR 2 (code=4, len=65535 overflows RDLEN)
+# Pseudo RR 2 (code=4, len=65535 overflows RDLEN)
 00 04 ff ff 00 01 02
-# rest of option data is omitted...
+# Rest of option data is omitted...