tom | 2482e6f | 2014-10-01 16:51:48 -0700 | [diff] [blame] | 1 | # Local VirtualBox-based ONOS instances 1,2,3 & ONOS mininet box |
2 | |||||
3 | export ONOS_NIC=192.168.56.* | ||||
4 | export OC1="192.168.56.101" | ||||
5 | export OC2="192.168.56.102" | ||||
6 | export OC3="192.168.56.104" | ||||
tom | 2482e6f | 2014-10-01 16:51:48 -0700 | [diff] [blame] | 7 | export OCN="192.168.56.103" |
Pavlin Radoslavov | 0770d0f | 2014-10-15 15:58:31 -0700 | [diff] [blame] | 8 | |
Thomas Vachuska | 785f581 | 2015-03-19 01:11:00 -0700 | [diff] [blame] | 9 | export ONOS_APPS="openflow,fwd,proxyarp,mobility" |