X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=emuvim%2Fexample_topology.py;fp=emuvim%2Fexample_topology.py;h=eba751c3bb379c6f0111b67e2a65b59182b034df;hb=5ac21dc2f5fe59f84c68937b19dd094b14fcbddf;hp=5c459ce803dabdc92bed30092cbf233f285c1442;hpb=9ebd094670679a7cba47d1e508cda37242bc864b;p=osm%2Fvim-emu.git diff --git a/emuvim/example_topology.py b/emuvim/example_topology.py index 5c459ce..eba751c 100755 --- a/emuvim/example_topology.py +++ b/emuvim/example_topology.py @@ -109,8 +109,6 @@ def create_topology1(): net.start() net.CLI() # when the user types exit in the CLI, we stop the emulator - # we need to explicitly stop the monitoring api, so the Ryu controller is also terminated - #mon_api.stop() net.stop()