On Thu, 1 Aug 2013 16:00:17 +0900 YAMAMOTO Takashi <[email protected]> wrote:
> on OS X, ntop produces strings like '3ffe:507::1:200:86ff:fe05:80da' > while others (NetBSD, Linux) produce '3ffe:507:0:1:200:86ff:fe05:80da'. > > RFC 5952 4.2.2. says OS X behaviour is incorrect. (MUST NOT) > for longer term, it's probably better to workaround this in addrconv module. > > Signed-off-by: YAMAMOTO Takashi <[email protected]> > --- > ryu/tests/unit/packet/test_arp.py | 8 ++++---- > ryu/tests/unit/packet/test_ethernet.py | 4 ++-- > ryu/tests/unit/packet/test_icmpv6.py | 9 +++++---- > ryu/tests/unit/packet/test_ipv4.py | 4 ++-- > ryu/tests/unit/packet/test_slow.py | 4 ++-- > ryu/tests/unit/packet/test_vrrp.py | 6 +++--- > 6 files changed, 18 insertions(+), 17 deletions(-) Applied, thanks. ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
