correct typos
Signed-off-by: Yuichi Ito <ito.yuichi0@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
eed16aa0ca
commit
3647b1ff22
@ -73,7 +73,7 @@ class LacpLib(app_manager.RyuApp):
|
||||
|
||||
def add(self, dpid, ports):
|
||||
"""add a setting of a bonding i/f.
|
||||
'add' method takes the correspondig args in this order.
|
||||
'add' method takes the corresponding args in this order.
|
||||
|
||||
========= =====================================================
|
||||
Attribute Description
|
||||
|
@ -35,7 +35,7 @@ class arp(packet_base.PacketBase):
|
||||
Most of them are same to the on-wire counterparts but in host byte order.
|
||||
IPv4 addresses are represented as a string like '192.0.2.1'.
|
||||
MAC addresses are represented as a string like '08:60:6e:7f:74:e7'.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
============== ==================== =====================
|
||||
Attribute Description Example
|
||||
|
@ -723,7 +723,7 @@ class BGPMessage(packet_base.PacketBase, _TypeDisp):
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte
|
||||
order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
========================== ===============================================
|
||||
Attribute Description
|
||||
@ -785,7 +785,7 @@ class BGPOpen(BGPMessage):
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte
|
||||
order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
========================== ===============================================
|
||||
Attribute Description
|
||||
@ -867,7 +867,7 @@ class BGPUpdate(BGPMessage):
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte
|
||||
order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
========================== ===============================================
|
||||
Attribute Description
|
||||
@ -971,7 +971,7 @@ class BGPKeepAlive(BGPMessage):
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte
|
||||
order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
========================== ===============================================
|
||||
Attribute Description
|
||||
@ -1003,7 +1003,7 @@ class BGPNotification(BGPMessage):
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte
|
||||
order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
========================== ===============================================
|
||||
Attribute Description
|
||||
@ -1057,7 +1057,7 @@ class BGPRouteRefresh(BGPMessage):
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte
|
||||
order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
========================== ===============================================
|
||||
Attribute Description
|
||||
|
@ -216,7 +216,7 @@ class ConfigurationBPDUs(bpdu):
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte
|
||||
order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
========================== ===============================================
|
||||
Attribute Description
|
||||
@ -404,7 +404,7 @@ class RstBPDUs(ConfigurationBPDUs):
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte
|
||||
order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
========================== ===========================================
|
||||
Attribute Description
|
||||
|
@ -96,7 +96,7 @@ class dhcp(packet_base.PacketBase):
|
||||
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
.. tabularcolumns:: |l|L|
|
||||
|
||||
@ -210,7 +210,7 @@ class options(stringify.StringifyMixin):
|
||||
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
.. tabularcolumns:: |l|L|
|
||||
|
||||
@ -273,7 +273,7 @@ class option(stringify.StringifyMixin):
|
||||
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
============== ====================
|
||||
Attribute Description
|
||||
|
@ -26,7 +26,7 @@ class ethernet(packet_base.PacketBase):
|
||||
|
||||
An instance has the following attributes at least.
|
||||
MAC addresses are represented as a string like '08:60:6e:7f:74:e7'.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
============== ==================== =====================
|
||||
Attribute Description Example
|
||||
|
@ -38,7 +38,7 @@ class icmp(packet_base.PacketBase):
|
||||
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
.. tabularcolumns:: |l|L|
|
||||
|
||||
@ -125,7 +125,7 @@ class echo(stringify.StringifyMixin):
|
||||
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
.. tabularcolumns:: |l|L|
|
||||
|
||||
@ -177,7 +177,7 @@ class dest_unreach(stringify.StringifyMixin):
|
||||
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
[RFC1191] reserves bits for the "Next-Hop MTU" field.
|
||||
[RFC4884] introduced 8-bit data length attribute.
|
||||
@ -237,7 +237,7 @@ class TimeExceeded(stringify.StringifyMixin):
|
||||
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
[RFC4884] introduced 8-bit data length attribute.
|
||||
|
||||
|
@ -62,7 +62,7 @@ class icmpv6(packet_base.PacketBase):
|
||||
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
.. tabularcolumns:: |l|p{35em}|
|
||||
|
||||
@ -140,7 +140,7 @@ class nd_neighbor(stringify.StringifyMixin):
|
||||
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
.. tabularcolumns:: |l|p{35em}|
|
||||
|
||||
@ -226,7 +226,7 @@ class nd_router_solicit(stringify.StringifyMixin):
|
||||
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
.. tabularcolumns:: |l|p{35em}|
|
||||
|
||||
@ -304,7 +304,7 @@ class nd_router_advert(stringify.StringifyMixin):
|
||||
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
.. tabularcolumns:: |l|p{35em}|
|
||||
|
||||
@ -414,7 +414,7 @@ class nd_option_la(stringify.StringifyMixin):
|
||||
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
.. tabularcolumns:: |l|p{35em}|
|
||||
|
||||
@ -469,7 +469,7 @@ class nd_option_pi(stringify.StringifyMixin):
|
||||
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
.. tabularcolumns:: |l|p{35em}|
|
||||
|
||||
@ -527,7 +527,7 @@ class echo(stringify.StringifyMixin):
|
||||
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
============== ====================
|
||||
Attribute Description
|
||||
|
@ -71,7 +71,7 @@ class igmp(packet_base.PacketBase):
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte
|
||||
order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
=============== ====================================================
|
||||
Attribute Description
|
||||
|
@ -41,7 +41,7 @@ class ipv4(packet_base.PacketBase):
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte order.
|
||||
IPv4 addresses are represented as a string like '192.0.2.1'.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
============== ======================================== ==================
|
||||
Attribute Description Example
|
||||
|
@ -102,7 +102,7 @@ class llc(packet_base.PacketBase):
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte
|
||||
order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
.. tabularcolumns:: |l|L|
|
||||
|
||||
@ -173,7 +173,7 @@ class ControlFormatI(stringify.StringifyMixin):
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte
|
||||
order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
======================== ===============================
|
||||
Attribute Description
|
||||
@ -222,7 +222,7 @@ class ControlFormatS(stringify.StringifyMixin):
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte
|
||||
order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
======================== ===============================
|
||||
Attribute Description
|
||||
@ -274,7 +274,7 @@ class ControlFormatU(stringify.StringifyMixin):
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte
|
||||
order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
======================== ===============================
|
||||
Attribute Description
|
||||
|
@ -29,7 +29,7 @@ class mpls(packet_base.PacketBase):
|
||||
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
============== ====================
|
||||
Attribute Description
|
||||
|
@ -189,7 +189,7 @@ class lacp(packet_base.PacketBase):
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte
|
||||
order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
.. tabularcolumns:: |l|L|
|
||||
|
||||
|
@ -24,7 +24,7 @@ class tcp(packet_base.PacketBase):
|
||||
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
============== ====================
|
||||
Attribute Description
|
||||
|
@ -24,7 +24,7 @@ class udp(packet_base.PacketBase):
|
||||
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
============== ====================
|
||||
Attribute Description
|
||||
|
@ -29,7 +29,7 @@ class vlan(packet_base.PacketBase):
|
||||
|
||||
An instance has the following attributes at least.
|
||||
Most of them are same to the on-wire counterparts but in host byte order.
|
||||
__init__ takes the correspondig args in this order.
|
||||
__init__ takes the corresponding args in this order.
|
||||
|
||||
============== ====================
|
||||
Attribute Description
|
||||
|
Loading…
x
Reference in New Issue
Block a user