On Fri, 15 May 2015 11:03:30 +0900 YAMAMOTO Takashi <[email protected]> wrote:
> This set is intended to be applied after IWAMOTO's "NX" prefix fix. > > YAMAMOTO Takashi (11): > test_lib: Remove a questional exception re-raising > Adapt to namespace-less oslo > NXActionRegMove: Add type annotation for stringify stuff > nx_actions: Modify __module__ for generated classes for stringify > stuff > _NXFlowSpec: Add type annotation for stringify stuff > Pull nx_actions for OpenFlow 1.5 > ofproto_v1_3: Add legacy NXM aliases for some OXMs > ofproto_v1_5: Add legacy NXM aliases for some OXMs > test_parser: Add some expected json representations > packet_generator2: learn action > packet_data: Regen > > ryu/cfg.py | 24 +++---- > ryu/cmd/manager.py | 1 - > ryu/lib/stringify.py | 19 +++++ > ryu/ofproto/nx_actions.py | 13 ++++ > ryu/ofproto/ofproto_v1_3.py | 3 + > ryu/ofproto/ofproto_v1_5.py | 3 + > ryu/ofproto/ofproto_v1_5_parser.py | 46 ++++++++++-- > ryu/services/protocols/bgp/application.py | 2 +- > .../of13/libofproto-OFP13-flow_mod.packet | Bin 160 -> 256 bytes > .../of15/libofproto-OFP15-bundle_add.packet | Bin 176 -> 272 bytes > .../of15/libofproto-OFP15-flow_mod.packet | Bin 160 -> 256 bytes > ryu/tests/packet_data_generator2/gen.c | 20 ++++++ > ryu/tests/switch/run_mininet.py | 2 +- > ryu/tests/test_lib.py | 1 - > .../of13/libofproto-OFP13-flow_mod.packet.json | 79 > ++++++++++++++++++++- > .../of15/libofproto-OFP15-bundle_add.packet.json | 79 > ++++++++++++++++++++- > .../of15/libofproto-OFP15-flow_mod.packet.json | 79 > ++++++++++++++++++++- > tools/pip-requires | 2 +- > 18 files changed, 346 insertions(+), 27 deletions(-) Applied, thanks! ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
