Step 2: Move test folder to root
[integration/test.git] / tools / tools_vm / scripts / start_mininet_of13.sh
1 #!/bin/bash
2
3 # This script will start mininet OF13 on local controller
4 sudo mn --topo tree,2  --controller 'remote,ip=127.0.0.1,port=6633' --switch ovsk,protocols=OpenFlow13