On Wed, 19 Mar 2014 15:37:38 +0900 Simon Horman <[email protected]> wrote:
> I have made a wiki page to summarise the status of OF1.4 support in Ryu > https://github.com/horms/ryu/wiki/OpenFlow-V1.4-Coverage Thanks so much! We can say that Ryu fully supports OF1.4 with this series? > Simon Horman (5): > Allow messages inside messages > of14: Add bundle add message support > of14: Add bundle add message unit test > Add request forward message support > Add request forward message unit test > > ryu/lib/stringify.py | 14 +-- > ryu/ofproto/ofproto_parser.py | 10 +- > ryu/ofproto/ofproto_v1_4.py | 5 +- > ryu/ofproto/ofproto_v1_4_parser.py | 118 > ++++++++++++++++++++- > .../of14/5-70-ofp_bundle_add_msg.packet | Bin 0 -> 80 bytes > .../of14/5-71-ofp_requestforward.packet | Bin 0 -> 56 bytes > ryu/tests/packet_data_generator/src/x5.erl | 44 +++++++- > .../json/of14/5-70-ofp_bundle_add_msg.packet.json | 40 +++++++ > .../json/of14/5-71-ofp_requestforward.packet.json | 31 ++++++ > ryu/tests/unit/ofproto/test_parser.py | 2 + > 10 files changed, 254 insertions(+), 10 deletions(-) > create mode 100644 ryu/tests/packet_data/of14/5-70-ofp_bundle_add_msg.packet > create mode 100644 ryu/tests/packet_data/of14/5-71-ofp_requestforward.packet > create mode 100644 > ryu/tests/unit/ofproto/json/of14/5-70-ofp_bundle_add_msg.packet.json > create mode 100644 > ryu/tests/unit/ofproto/json/of14/5-71-ofp_requestforward.packet.json Applied, thanks a lot, guys! ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
