This set of patches allow users to use ovs-ofctl style action
strings to build OFPInstructionActions, which may help transition
from ovs-ofctl. Support is currently very limited and many methods
should be added to OfctlActionConverter for this to be useful.

v3 -> v4:
  - Reflected Iwase-san's comments
v2 -> v3:
  - Moved action string parsers into ryu.lib

IWAMOTO Toshihiro (3):
  nicira_ext: Define some CT constants
  ofctl: Add ovs-ofctl style action string parser
  ofctl: Add some tests for ofp_instruction_from_str

 ryu/exception.py                        |   4 +
 ryu/lib/ofctl_string.py                 | 324 ++++++++++++++++++++++++++++++++
 ryu/ofproto/nicira_ext.py               |   5 +
 ryu/ofproto/ofproto_parser.py           |  52 +++++
 ryu/tests/unit/lib/test_ofctl_string.py | 151 +++++++++++++++
 5 files changed, 536 insertions(+)
 create mode 100644 ryu/lib/ofctl_string.py
 create mode 100644 ryu/tests/unit/lib/test_ofctl_string.py

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