mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-01-03 15:41:23 +01:00
11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
# Local VirtualBox-based ONOS instances 1,2 & ONOS mininet box
|
|
|
|
export ONOS_NIC=192.168.56.*
|
|
export OC1="192.168.56.101"
|
|
export OC2="192.168.56.102"
|
|
export OCC1="192.168.56.101"
|
|
export OCC2="192.168.56.102"
|
|
export OCN="192.168.56.103"
|
|
|
|
export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility"
|