Changelog:
* v1 -> v2
  1. Generalize event request/reply.

  2. Introduce data classes which describe OpenFlow/Topology information.

  3. Rename "Datapath" to "Switch".
     Datapath is only used in OpenFlow context.

This patch is related with following commit.

replace dispatcher mechanism
https://github.com/osrg/ryu/commit/7578e7d6020ea446af4640b17adb0c325c7570a8

YAMADA Hideki (3):
  app_manager: support separated modules of Event class and RyuApp
    class
  RyuApp: support app-to-app event passing communication
  physicaltopology: switch discovering module

 ryu/base/app_manager.py          |   37 +++++++
 ryu/controller/event.py          |   17 +++
 ryu/physicaltopology/dumper.py   |   87 ++++++++++++++++
 ryu/physicaltopology/event.py    |   85 ++++++++++++++++
 ryu/physicaltopology/switch.py   |  207 ++++++++++++++++++++++++++++++++++++++
 5 files changed, 433 insertions(+), 0 deletions(-)
 create mode 100644 ryu/physicaltopology/__init__.py
 create mode 100644 ryu/physicaltopology/dumper.py
 create mode 100644 ryu/physicaltopology/event.py
 create mode 100644 ryu/physicaltopology/switch.py



------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to