doc: fix warnings
ryu/lib/packet/icmpv6.py:docstring of ryu.lib.packet.icmpv6.nd_option_pi:23: WARNING: Inline emphasis start-string without end-string. ryu/doc/source/ofproto_v1_2_ref.rst:: WARNING: document isn't included in any toctree ryu/doc/source/ofproto_v1_3_ref.rst:: WARNING: document isn't included in any toctree Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
673c811f85
commit
eacabd75c5
@ -1,6 +0,0 @@
|
||||
********************
|
||||
OpenFlow 1.2 classes
|
||||
********************
|
||||
|
||||
.. automodule:: ryu.ofproto.ofproto_v1_2_parser
|
||||
:members:
|
@ -1,6 +0,0 @@
|
||||
********************
|
||||
OpenFlow 1.3 classes
|
||||
********************
|
||||
|
||||
.. automodule:: ryu.ofproto.ofproto_v1_3_parser
|
||||
:members:
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user