This patch is related with following commit.

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

YAMADA Hideki (2):
  app_manager: support separated modules of Event class and RyuApp
    class
  support physical topology discovery

 ryu/base/app_manager.py          |    8 ++
 ryu/physicaltopology/datapath.py |  142 ++++++++++++++++++++++++++++++++++++++
 ryu/physicaltopology/dumper.py   |   79 +++++++++++++++++++++
 ryu/physicaltopology/event.py    |   97 ++++++++++++++++++++++++++
 4 files changed, 326 insertions(+), 0 deletions(-)
 create mode 100644 ryu/physicaltopology/__init__.py
 create mode 100644 ryu/physicaltopology/datapath.py
 create mode 100644 ryu/physicaltopology/dumper.py
 create mode 100644 ryu/physicaltopology/event.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
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to