mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-11-01 08:41:28 +01:00
11 lines
386 B
Plaintext
11 lines
386 B
Plaintext
# Local VirtualBox-based ONOS instances 1,2,3 & ONOS mininet box
|
|
|
|
export ONOS_NIC=192.168.56.*
|
|
export OC1="192.168.56.101"
|
|
export OC2="192.168.56.102"
|
|
export OC3="192.168.56.104"
|
|
export OCN="192.168.56.103"
|
|
export OCI="${OC1}"
|
|
|
|
export ONOS_FEATURES="${ONOS_FEATURES:-webconsole,onos-api,onos-core,onos-cli,onos-openflow,onos-gui,onos-rest,onos-app-fwd,onos-app-proxyarp,onos-app-tvue}"
|