blob: 9ad918a908532993b58c6726b89fad470458c069 [file] [log] [blame]
Thomas Vachuskae76f6532015-07-08 09:40:53 -07001#!/bin/bash
2# -----------------------------------------------------------------------------
3# Starts ATT ONOS topology in mininet.
4# -----------------------------------------------------------------------------
Thomas Vachuska0a4c2702015-07-06 08:43:41 -07005cd $(dirname $0)
6if [ -n "$1" ]; then
7 sudo python att-onos.py "$@"
8else
9 sudo python att-onos.py 10.128.11.1 10.128.11.2 10.128.11.3
10fi