On Wed, 06 Nov 2013 17:13:45 +0900 Yuichi Ito <[email protected]> wrote:
> Yuichi Ito (10): > packet lib: icmpv6: correct typos > packet lib: icmpv6: change the timing of bit shift > packet lib: icmpv6: move ND_OPTION_* constants from classes to the > module > packet lib: icmpv6: include type and length in nd_option object > packet lib: icmpv6: omit type of nd_option object > packet lib: icmpv6: support len(icmpv6.*) > packet lib: icmpv6: support default parameters and the auto > calculation of lengths > packet lib: icmp: support len(icmp.*) > packet lib: icmp: support default parameters > packet lib: add unittests that use default parameters of IPv4/IPv6 > and ICMP/ICMPv6 > > ryu/lib/packet/icmp.py | 28 +- > ryu/lib/packet/icmpv6.py | 426 +++++++++++++++----------- > ryu/tests/unit/packet/test_icmp.py | 41 +++ > ryu/tests/unit/packet/test_icmpv6.py | 554 > +++++++++++++++++++++++++++++++--- > ryu/tests/unit/packet/test_packet.py | 249 +++++++++++++++ > 5 files changed, 1078 insertions(+), 220 deletions(-) Not nice to change the API but the API looks more consistent with our other APIs. Applied, thanks. ------------------------------------------------------------------------------ November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and tuning. Get the most from the latest Intel processors and coprocessors. See abstracts and register http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
