comp-nwmap-sw.py: Comparing flows in network map and those in switches
diff --git a/cluster-mgmt/template/onsdemo_edge_template.py b/cluster-mgmt/template/onsdemo_edge_template.py
index c1843a1..1f746f3 100755
--- a/cluster-mgmt/template/onsdemo_edge_template.py
+++ b/cluster-mgmt/template/onsdemo_edge_template.py
@@ -148,9 +148,9 @@
         root[i].intf('root%d-eth0' % (int(i)+1)).setIP('1.1.%d.2/24' % (int(i)+1))
 
     stopsshd ()
-    stopiperf ()
+#    stopiperf ()
     startsshds ( host )
-    startiperfs ( host )
+#    startiperfs ( host )
 
     if opt=="cli":
         CLI(net)