The following patches adds a new module "nx_message" in order to export Nicira
messages, which defined only in "ofproto_v1_0_parser", to other parsers for
other OpenFlow versions.

IWASE Yusuke (2):
  ofproto_v1_2: Enable to use NXAction in OpenFlow 1.2
  Export Nicira messages to ofproto_v1_[2345]_parser

 doc/source/nicira_ext_ref.rst      |  7 +++++++
 ryu/ofproto/nx_message.py          | 32 ++++++++++++++++++++++++++++++++
 ryu/ofproto/ofproto_v1_0_parser.py | 23 +++++++++++++++++++++++
 ryu/ofproto/ofproto_v1_2.py        |  3 +++
 ryu/ofproto/ofproto_v1_2_parser.py | 12 ++++++++++++
 ryu/ofproto/ofproto_v1_3_parser.py |  5 +++++
 ryu/ofproto/ofproto_v1_4_parser.py |  5 +++++
 ryu/ofproto/ofproto_v1_5_parser.py |  5 +++++
 8 files changed, 92 insertions(+)
 create mode 100644 ryu/ofproto/nx_message.py

--
2.7.4


------------------------------------------------------------------------------
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