fix network definition when starting container
diff --git a/src/emuvim/cli/monitor.py b/src/emuvim/cli/monitor.py
index 14cce08..3b667f7 100755
--- a/src/emuvim/cli/monitor.py
+++ b/src/emuvim/cli/monitor.py
@@ -69,6 +69,7 @@
     "--metric", "-m", dest="metric",

     help="tx_bytes, rx_bytes, tx_packets, rx_packets")

 

+

 def main(argv):

     #print "This is the son-emu monitor CLI."

     #print "Arguments: %s" % str(argv)