This set of patches add OF1.3 bundle extension, which will be used by
OpenStack in near future (I hope). I had to change OFPExperimenter.parser
to be able to return ONFBundleCtrlMsg. Some may find the code being ugly.

I'll add actual tests later.

IWAMOTO Toshihiro (4):
  ofproto: Correct OFPBundle{Ctrl,Add}Msg docstrings
  ofproto_v1_3: Add bundle extension
  packet_data_generator3: Support ovs-2.8
  packet_data_generator3: Generate OF13 Ext-230 bundle packets

 ryu/ofproto/ofproto_v1_3.py             |  33 +++++++
 ryu/ofproto/ofproto_v1_3_parser.py      | 168 +++++++++++++++++++++++++++++++-
 ryu/ofproto/ofproto_v1_4_parser.py      |   8 +-
 ryu/ofproto/ofproto_v1_5_parser.py      |   8 +-
 ryu/tests/packet_data_generator3/gen.py |  67 +++++++++++--
 5 files changed, 265 insertions(+), 19 deletions(-)

-- 
2.11.0


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to