weibit | 38c42ed | 2014-10-09 19:03:54 -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" | ||||
6 | |||||
7 | export ONOS_FEATURES=webconsole,onos-api,onos-core-trivial,onos-cli,onos-openflow,onos-app-fwd,onos-app-mobility,onos-app-tvue,onos-app-optical |