On Tue, 6 Oct 2015 16:47:25 +0900
Yusuke Iwase <[email protected]> wrote:

> The following patches improve the usability of OFPMatch in OpenFlow1.0
> and adds OpenFlow1.0 API Reference into Ryu-Documentation.
> 
> IWASE Yusuke (7):
>   of10: Support human readable MAC/IPv4 address in OFPMatch
>   test_parser_v10: Fix wildcards param for unit test
>   of10: Add __contains__ method into OFPMatch
>   test_ip: Add tests for IPv4-int conversion
>   doc: Handle ERROR of unexpected indentation
>   ofproto_v1_0_parser: Add comments for OF1.0 protocol
>   doc: Add openflow api reference for of1.0
> 
>  doc/source/ofproto_ref.rst                |    1 +
>  doc/source/ofproto_v1_0_ref.rst           |  294 +++++++
>  ryu/lib/ip.py                             |   72 +-
>  ryu/ofproto/ofproto_v1_0.py               |    2 +
>  ryu/ofproto/ofproto_v1_0_parser.py        | 1216 
> ++++++++++++++++++++++++++++-
>  ryu/ofproto/ofproto_v1_4_parser.py        |    1 +
>  ryu/ofproto/ofproto_v1_5_parser.py        |    1 +
>  ryu/tests/unit/lib/test_ip.py             |   39 +-
>  ryu/tests/unit/ofproto/test_parser_v10.py |   46 +-
>  9 files changed, 1618 insertions(+), 54 deletions(-)
>  create mode 100644 doc/source/ofproto_v1_0_ref.rst

Looks good. Applied, thanks a lot!

------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to