On Thu, 1 Aug 2013 15:26:59 +0900 (JST) [email protected] (YAMAMOTO Takashi) wrote:
>> On Thu, 1 Aug 2013 13:54:56 +0900 >> YAMAMOTO Takashi <[email protected]> wrote: >> >>> main changes from the previous: >>> - adapt bpdu >>> >>> YAMAMOTO Takashi (6): >>> packet lib: change the api to use text addresses >>> topology.switches: update after packet lib api changes >>> rest_router: update after packet lib api changes >>> packet lib api: update documentation >>> packet lib: pydoc update/improvements after api change >>> note about network address representation >>> >>> doc/source/library_packet.rst | 13 +++++++-- >>> ryu/app/rest_router.py | 37 ++++++++++++------------ >>> ryu/lib/mac.py | 6 ++-- >>> ryu/lib/packet/arp.py | 42 +++++++++++++++------------ >>> ryu/lib/packet/bpdu.py | 16 +++++----- >>> ryu/lib/packet/ethernet.py | 24 +++++++++------ >>> ryu/lib/packet/icmpv6.py | 12 ++++---- >>> ryu/lib/packet/ipv4.py | 41 +++++++++++++++----------- >>> ryu/lib/packet/ipv6.py | 25 +++++++++------- >>> ryu/lib/packet/lldp.py | 6 ++-- >>> ryu/lib/packet/packet_utils.py | 9 ++++-- >>> ryu/lib/packet/slow.py | 23 +++++++++------ >>> ryu/lib/packet/vrrp.py | 53 >>> ++++++++++++++++++---------------- >>> ryu/tests/unit/packet/test_arp.py | 26 +++++++++-------- >>> ryu/tests/unit/packet/test_ethernet.py | 14 +++++---- >>> ryu/tests/unit/packet/test_icmpv6.py | 36 ++++++++++++----------- >>> ryu/tests/unit/packet/test_ipv4.py | 15 +++++----- >>> ryu/tests/unit/packet/test_lldp.py | 11 ++++--- >>> ryu/tests/unit/packet/test_packet.py | 43 ++++++++++++++------------- >>> ryu/tests/unit/packet/test_slow.py | 18 ++++++------ >>> ryu/tests/unit/packet/test_tcp.py | 16 +++++----- >>> ryu/tests/unit/packet/test_udp.py | 12 ++++---- >>> ryu/tests/unit/packet/test_vlan.py | 10 +++---- >>> ryu/tests/unit/packet/test_vrrp.py | 51 >>> ++++++++++++++++++-------------- >>> ryu/topology/switches.py | 4 +-- >>> 25 files changed, 315 insertions(+), 248 deletions(-) >> >> Applied, thanks. I should have checked before merging but seems this >> breaks the unittest. > > this doesn't fail on my environment or travis-ci. > > i guess you are running it on OS X, right? Yeah. >> We need a clever function to compare IPV6 addresses? > > i guess it's better to compare binaries instead of texts. Yeah. Can you send such patch? 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
