changes from the previous:
- allows api consumers use of-config element names without "pythonify"
- fix a typo in a message

YAMAMOTO Takashi (10):
  requires lxml
  add some convenient OF-Config classes
  of_config.capable_switch: api tweak
  tests.integrated.test_of_config: update after capable_switch api
    change
  of_config.capable_switch: add delete_config and copy_config
  a simple of-config client command
  of_config_cli: add delete_config and copy_config
  of_config_cli: add add_queue command
  of_config: allows both of of-config element names and python style
    names
  of_config_cli: remove no longer necessary "_pythonify" stuff

 ryu/cmd/of_config_cli.py               | 541 +++++++++++++++++++++++++++++++++
 ryu/lib/of_config/base.py              | 155 ++++++++++
 ryu/lib/of_config/capable_switch.py    |  25 +-
 ryu/lib/of_config/classes.py           |  35 +++
 ryu/lib/of_config/generated_classes.py | 154 ++++++++++
 ryu/tests/bin/of-config-cli            |  20 ++
 ryu/tests/integrated/test_of_config.py |   6 +-
 setup.cfg                              |   2 +-
 tools/pip-requires                     |   1 +
 9 files changed, 931 insertions(+), 8 deletions(-)
 create mode 100755 ryu/cmd/of_config_cli.py
 create mode 100644 ryu/lib/of_config/base.py
 create mode 100644 ryu/lib/of_config/classes.py
 create mode 100644 ryu/lib/of_config/generated_classes.py
 create mode 100755 ryu/tests/bin/of-config-cli

-- 
1.8.3.1


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to