On Mon, 05 Aug 2013 13:07:24 +0900
"watanabe.fumitaka" <[email protected]> wrote:

> Changes v4 -> v5
> - Not adding individual string conversion process
>    because it was solved by 'ryu.lib.addrconv' patch.
> 
> 
> Add conversion to string of all member variable of each packet library.
> 
> 
> ---
>  ryu/lib/packet/dhcp.py               |    6 +-
>  ryu/lib/packet/icmp.py               |    7 +-
>  ryu/lib/packet/icmpv6.py             |    7 +-
>  ryu/lib/packet/llc.py                |    7 +-
>  ryu/lib/packet/lldp.py               |    4 +-
>  ryu/lib/packet/packet.py             |    4 +
>  ryu/lib/packet/packet_base.py        |    3 +-
>  ryu/tests/unit/packet/test_dhcp.py   |  111 +++++++++++++++
>  ryu/tests/unit/packet/test_icmp.py   |   67 +++++++++
>  ryu/tests/unit/packet/test_icmpv6.py |   75 ++++++++++
>  ryu/tests/unit/packet/test_ipv6.py   |   65 +++++++++
>  ryu/tests/unit/packet/test_lldp.py   |  212 ++++++++++++++++++++++++++++
>  ryu/tests/unit/packet/test_mpls.py   |   54 ++++++++
>  ryu/tests/unit/packet/test_packet.py |  250 
> ++++++++++++++++++++++++++++++++++
>  ryu/tests/unit/packet/test_vrrp.py   |   61 +++++++++
>  15 files changed, 919 insertions(+), 14 deletions(-)
>  create mode 100644 ryu/tests/unit/packet/test_dhcp.py
>  create mode 100644 ryu/tests/unit/packet/test_icmp.py
>  create mode 100644 ryu/tests/unit/packet/test_ipv6.py
>  create mode 100644 ryu/tests/unit/packet/test_mpls.py

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=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to