| commit | 994245bc4fb59f4c5129a5cb977af1871f08ce13 | [log] [tgz] |
|---|---|---|
| author | stevenvanrossem <steven.vanrossem@intec.ugent.be> | Wed May 04 12:36:57 2016 +0200 |
| committer | stevenvanrossem <steven.vanrossem@intec.ugent.be> | Wed May 04 12:36:57 2016 +0200 |
| tree | 4a517b1b9761f4265797087807c099d6a8f2c171 | |
| parent | ee2f7e896f66d1fcb1729b2b83221c2e401bf879 [diff] [blame] |
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)