On Thu, 21 Feb 2013 11:29:24 +0900 HIYAMA Manabu <[email protected]> wrote:
> This patch fixes parser error if there is no NDP option, and support > the class to handle the NDP option. > > I have implemented only the option type = 1 and 2. We also need to > implement other type, but this is enough in mininet for now. > >> Traceback (most recent call last): >> (...) >> File >> "/usr/local/lib/python2.7/dist-packages/ryu-1.6-py2.7.egg/ryu/lib/packet/icmpv6.py", >> line 87, in parser >> msg.data = cls_.parser(buf, offset) >> File >> "/usr/local/lib/python2.7/dist-packages/ryu-1.6-py2.7.egg/ryu/lib/packet/icmpv6.py", >> line 134, in parser >> buf, offset) >> error: unpack_from requires a buffer of at least 28 bytes > > Signed-off-by: HIYAMA Manabu <[email protected]> > --- > ryu/lib/packet/icmpv6.py | 68 > ++++++++++++++++++++++++++++++++++++++++------ > 1 file changed, 59 insertions(+), 9 deletions(-) Applied, thanks. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
