change in sprint5 topo'
diff --git a/test-network/mininet/net.sprint5-templete.py b/test-network/mininet/net.sprint5-templete.py
index 384ea99..0fc96f1 100755
--- a/test-network/mininet/net.sprint5-templete.py
+++ b/test-network/mininet/net.sprint5-templete.py
@@ -1,9 +1,9 @@
 #!/usr/bin/python
 
 NWID=1
-NR_NODES=50
+NR_NODES=20
 #Controllers=[{"ip":'127.0.0.1', "port":6633}, {"ip":'10.0.1.28', "port":6633}]
-Controllers=[{"ip":'127.0.0.1', "port":6633}]
+Controllers=[{"ip":'10.0.1.28', "port":6633}]
 
 """
 Start up a Simple topology
@@ -120,6 +120,10 @@
 
     net.start()
 
+    sw=net.get('sw01.00')
+    print "center sw", sw
+    sw.attach('tapa0')
+
     for i in range (NR_NODES):
         host[i].defaultIntf().setIP('192.168.%d.%d/16' % (NWID,i))