diff options
Diffstat (limited to 'ryu/topology/api.py')
-rw-r--r-- | ryu/topology/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ryu/topology/api.py b/ryu/topology/api.py index ed56ce78..7485a8e6 100644 --- a/ryu/topology/api.py +++ b/ryu/topology/api.py @@ -35,4 +35,4 @@ def get_all_link(app): return get_link(app) -app_manager.require_app('ryu.topology.switches') +app_manager.require_app('ryu.topology.switches', api_style=True) |