Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 ryu/topology/api.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ryu/topology/api.py b/ryu/topology/api.py
index 908d8de..ed56ce7 100644
--- a/ryu/topology/api.py
+++ b/ryu/topology/api.py
@@ -13,6 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+from ryu.base import app_manager
 from ryu.topology import event
 
 
@@ -32,3 +33,6 @@ def get_link(app, dpid=None):
 
 def get_all_link(app):
     return get_link(app)
+
+
+app_manager.require_app('ryu.topology.switches')
-- 
1.8.3.1


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to