tom | 2482e6f | 2014-10-01 16:51:48 -0700 | [diff] [blame] | 1 | # Local VirtualBox-based single ONOS instance & ONOS mininet box |
2 | |||||
3 | export ONOS_NIC=192.168.56.* | ||||
4 | export OC1="192.168.56.101" | ||||
5 | export OCN="192.168.56.103" | ||||
Pavlin Radoslavov | 0770d0f | 2014-10-15 15:58:31 -0700 | [diff] [blame] | 6 | |
Sean Condon | bf7ff4f | 2019-03-17 16:18:42 +0000 | [diff] [blame^] | 7 | export ONOS_APPS="gui,drivers,openflow,fwd,proxyarp,mobility" |