Step 1: Move vm scripts to the right place
[integration/test.git] / test / tools / tools_vm / scripts / start_mininet_of13.sh
diff --git a/test/tools/tools_vm/scripts/start_mininet_of13.sh b/test/tools/tools_vm/scripts/start_mininet_of13.sh
new file mode 100755 (executable)
index 0000000..b454f26
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+# This script will start mininet OF13 on local controller
+sudo mn --topo tree,2  --controller 'remote,ip=127.0.0.1,port=6633' --switch ovsk,protocols=OpenFlow13