changes from the previous:
- tweak api to hide xml from app programmers
- separate code into a few modules and rename some classes so that
the of-config definitions can be replaced with a generated code
easily in the future
- experimental code to add queue
YAMAMOTO Takashi (8):
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
ryu/cmd/of_config_cli.py | 546 +++++++++++++++++++++++++++++++++
ryu/lib/of_config/base.py | 144 +++++++++
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, 925 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