blob: c99d2501542917aa142f2b4e350b75125eef64bd [file] [log] [blame]
tom2482e6f2014-10-01 16:51:48 -07001# Local VirtualBox-based ONOS instances 1,2 & ONOS mininet box
tom5c058e82014-09-19 08:48:05 -07002
tomdefed6f2014-09-29 11:37:02 -07003export ONOS_NIC=192.168.56.*
tom5c058e82014-09-19 08:48:05 -07004export OC1="192.168.56.101"
5export OC2="192.168.56.102"
tom0872a172014-09-23 11:24:26 -07006export OCN="192.168.56.103"
Pavlin Radoslavov0770d0f2014-10-15 15:58:31 -07007
Thomas Vachuska785f5812015-03-19 01:11:00 -07008export ONOS_APPS="openflow,fwd,proxyarp,mobility"