summaryrefslogtreecommitdiffhomepage
path: root/ryu/topology/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'ryu/topology/api.py')
-rw-r--r--ryu/topology/api.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ryu/topology/api.py b/ryu/topology/api.py
index cd72b84b..e4fb2f1c 100644
--- a/ryu/topology/api.py
+++ b/ryu/topology/api.py
@@ -43,4 +43,5 @@ def get_host(app, dpid=None):
def get_all_host(app):
return get_host(app)
+
app_manager.require_app('ryu.topology.switches', api_style=True)