blob: e3b5f73493df4b8e77c63a97a62cd966ef9f7477 [file] [log] [blame]
Aaron Kruglikov7b3d8262015-11-11 14:46:16 -08001# Local VirtualBox-based ONOS instances 1,2 & ONOS mininet box
2
3export ONOS_NIC=192.168.56.*
4export OC1="192.168.56.101"
5export OC2="192.168.56.102"
6export OC3="192.168.56.103"
7export OCN="192.168.56.100"
8
9export ONOS_USE_SSH=true
10export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility"