Signed-off-by: Ygor Amaral <[email protected]>
---
 ryu/lib/packet/icmpv6.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/ryu/lib/packet/icmpv6.py b/ryu/lib/packet/icmpv6.py
index 9d250f3..f9049f6 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.

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to