mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-20 20:02:17 +02:00
4 lines
161 B
Bash
Executable File
4 lines
161 B
Bash
Executable File
#!/bin/bash
|
|
cd ~/topos && sudo mn --custom att-mpls.py --topo att --link tc --controller remote,${1:-192.168.56.101} --mac \
|
|
--switch ovsk,protocols=OpenFlow10
|