tom | e7f01ee | 2014-10-10 00:17:33 -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.103" | ||||
5 | export OCN="192.168.56.103" | ||||
6 | |||||
7 | export ONOS_FEATURES="webconsole,onos-api,onos-core-trivial,onos-cli,onos-openflow,onos-app-fwd" |