blob: c209f8f3fbd0a251515a4bd244fe520ad3d0cd1f [file] [log] [blame]
Thomas Vachuska3f06e082014-11-21 11:58:23 -08001# Thomas' VirtualBox-based 3 ONOS instances & ONOS mininet box
2
3export ONOS_NIC=192.168.56.*
4export OC1="192.168.56.11"
5export OC2="192.168.56.12"
6export OC3="192.168.56.13"
Thomas Vachuska7648d662015-03-16 11:58:30 -07007export OCN="192.168.56.14"
Thomas Vachuska3f06e082014-11-21 11:58:23 -08008export OCI="${OC1}"
9
Thomas Vachuska7648d662015-03-16 11:58:30 -070010unset ONOS_FEATURES