Thomas Vachuska | 3f06e08 | 2014-11-21 11:58:23 -0800 | [diff] [blame] | 1 | # Thomas' VirtualBox-based 3 ONOS instances & ONOS mininet box |
2 | |||||
3 | export ONOS_NIC=192.168.56.* | ||||
4 | export OC1="192.168.56.11" | ||||
5 | export OC2="192.168.56.12" | ||||
6 | export OC3="192.168.56.13" | ||||
Thomas Vachuska | 7648d66 | 2015-03-16 11:58:30 -0700 | [diff] [blame] | 7 | export OCN="192.168.56.14" |
Thomas Vachuska | 3f06e08 | 2014-11-21 11:58:23 -0800 | [diff] [blame] | 8 | export OCI="${OC1}" |
9 | |||||
Thomas Vachuska | 7648d66 | 2015-03-16 11:58:30 -0700 | [diff] [blame] | 10 | unset ONOS_FEATURES |