|
@@ -0,0 +1,16 @@
|
|
|
+#
|
|
|
+# various kinds of OPT RDATA stored in an input buffer
|
|
|
+#
|
|
|
+# empty RDATA (which is okay)
|
|
|
+#
|
|
|
+# 0 1 (bytes)
|
|
|
+ 00 00
|
|
|
+#
|
|
|
+# 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
|
|
|
+#
|
|
|
+# short buffer (this can be tested only at the end of the buffer)
|
|
|
+# 1 2 3 4 5
|
|
|
+ 00 04 c0 00 02
|