blob: 5310495fa496d1c973a83518d2c04b1bcf9a331c [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
Sean Condonbf7ff4f2019-03-17 16:18:42 +000010export ONOS_APPS="gui,drivers,openflow,fwd,proxyarp,mobility"