diff options
author | Ygor Amaral <yabls@cin.ufpe.br> | 2013-09-03 22:50:03 -0300 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-09-14 08:01:33 +0900 |
commit | d8f1ad7af356e81e5327af2683a14b82e5a2aced (patch) | |
tree | 2949ebe6d1739192ab5dcb3837d5f4a9e0205550 | |
parent | f06df9713d63851cefd9cd578138ac6b06a285a3 (diff) |
packet lib: update icmpv6 doc
Signed-off-by: Ygor Amaral <yabls@cin.ufpe.br>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | ryu/lib/packet/icmpv6.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ryu/lib/packet/icmpv6.py b/ryu/lib/packet/icmpv6.py index 9d250f36..f9049f6e 100644 --- a/ryu/lib/packet/icmpv6.py +++ b/ryu/lib/packet/icmpv6.py @@ -404,7 +404,9 @@ class nd_option_la(stringify.StringifyMixin): """ICMPv6 sub encoder/decoder class for Neighbor discovery Source/Target Link-Layer Address Option. (RFC 4861) - This is used with ryu.lib.packet.icmpv6.nd_neighbor. + This is used with ryu.lib.packet.icmpv6.nd_neighbor, + ryu.lib.packet.icmpv6.nd_router_solicit or + ryu.lib.packet.icmpv6.nd_router_advert. An instance has the following attributes at least. Most of them are same to the on-wire counterparts but in host byte order. @@ -459,7 +461,7 @@ class nd_option_pi(stringify.StringifyMixin): """ICMPv6 sub encoder/decoder class for Neighbor discovery Prefix Information Option. (RFC 4861) - This is used with ryu.lib.packet.icmpv6.nd_neighbor. + This is used with ryu.lib.packet.icmpv6.nd_router_advert. An instance has the following attributes at least. Most of them are same to the on-wire counterparts but in host byte order. |