X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=emuvim%2Fexample_topology.py;h=5c459ce803dabdc92bed30092cbf233f285c1442;hp=2342fd10cd8d7b745ca90fda689b055f8d299dbb;hb=9ebd094670679a7cba47d1e508cda37242bc864b;hpb=5cacad58a570a694bcb69b6eae5757c0f862c909 diff --git a/emuvim/example_topology.py b/emuvim/example_topology.py index 2342fd1..5c459ce 100755 --- a/emuvim/example_topology.py +++ b/emuvim/example_topology.py @@ -110,7 +110,7 @@ def create_topology1(): 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() + #mon_api.stop() net.stop()