blob: c9a1b1b1f21f046d5aaa14d3e5713bb1fe59e64c [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"
Ray Milkeya51656d2018-07-06 14:33:30 -07006export OCC1="192.168.56.101"
7export OCC2="192.168.56.102"
tom0872a172014-09-23 11:24:26 -07008export OCN="192.168.56.103"
Pavlin Radoslavov0770d0f2014-10-15 15:58:31 -07009
Bri Prebilic Cole43f17c02015-05-01 10:43:38 -070010export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility"