summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/source/ofproto_v1_2_ref.rst6
-rw-r--r--doc/source/ofproto_v1_3_ref.rst6
-rw-r--r--ryu/lib/packet/icmpv6.py4
3 files changed, 2 insertions, 14 deletions
diff --git a/doc/source/ofproto_v1_2_ref.rst b/doc/source/ofproto_v1_2_ref.rst
deleted file mode 100644
index 6345139c..00000000
--- a/doc/source/ofproto_v1_2_ref.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-********************
-OpenFlow 1.2 classes
-********************
-
-.. automodule:: ryu.ofproto.ofproto_v1_2_parser
- :members:
diff --git a/doc/source/ofproto_v1_3_ref.rst b/doc/source/ofproto_v1_3_ref.rst
deleted file mode 100644
index ad33b1a1..00000000
--- a/doc/source/ofproto_v1_3_ref.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-********************
-OpenFlow 1.3 classes
-********************
-
-.. automodule:: ryu.ofproto.ofproto_v1_3_parser
- :members:
diff --git a/ryu/lib/packet/icmpv6.py b/ryu/lib/packet/icmpv6.py
index 1ad2e68e..9d250f36 100644
--- a/ryu/lib/packet/icmpv6.py
+++ b/ryu/lib/packet/icmpv6.py
@@ -471,14 +471,14 @@ class nd_option_pi(stringify.StringifyMixin):
Attribute Description
============== ====================
pl Prefix Length.
- res1 L,A,R* Flags for Prefix Information.
+ res1 L,A,R\* Flags for Prefix Information.
val_l Valid Lifetime.
pre_l Preferred Lifetime.
res2 This field is unused. It MUST be initialized to zero.
prefix An IP address or a prefix of an IP address.
============== ====================
- *R flag is defined in (RFC 3775)
+ \*R flag is defined in (RFC 3775)
"""
_PACK_STR = '!BBIII16s'