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 | export OCI="${OC1}" |
7 | |||||
Thomas Vachuska | 425a2d7 | 2014-10-29 11:28:28 -0700 | [diff] [blame] | 8 | export ONOS_FEATURES=webconsole,onos-api,onos-core-trivial,onos-cli,onos-rest,onos-openflow,onos-app-fwd,onos-app-proxyarp,onos-app-tvue |