blob: 692bb535ffce1d152dec07daa9fad788554c5bb4 [file] [log] [blame]
tome7f01ee2014-10-10 00:17:33 -07001# Local VirtualBox-based single ONOS instance & ONOS mininet box
2
3export ONOS_NIC=192.168.56.*
4export OC1="192.168.56.103"
5export OCN="192.168.56.103"
6
7export ONOS_FEATURES="webconsole,onos-api,onos-core-trivial,onos-cli,onos-openflow,onos-app-fwd"