Here's v2 of OFConfig support Changes v1 -> v2: - dropped merged patches - dropped API layer - rename CapableSwitch -> OFCapableSwitch, and removed connect method - enhanced sample code - doc
Isaku Yamahata (3): of_config: OF capable switch class to issue OFConfig request of_config: sample test code to use ofconfig capable_switch doc: of_config library doc/source/library.rst | 1 + doc/source/library_of_config.rst | 24 ++++ ryu/lib/of_config/README.rst | 7 - ryu/lib/of_config/capable_switch.py | 110 +++++++++++++++ ryu/tests/integrated/test_of_config.py | 229 ++++++++++++++++++++++++++++++++ 5 files changed, 364 insertions(+), 7 deletions(-) create mode 100644 doc/source/library_of_config.rst delete mode 100644 ryu/lib/of_config/README.rst create mode 100644 ryu/lib/of_config/capable_switch.py create mode 100644 ryu/tests/integrated/test_of_config.py -- 1.7.10.4 ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
