mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-29 07:11:49 +01:00
9 lines
320 B
Plaintext
9 lines
320 B
Plaintext
# Thomas' VirtualBox-based single ONOS instance & ONOS mininet box
|
|
|
|
export ONOS_NIC=192.168.56.*
|
|
export OC1="192.168.56.101"
|
|
export OCN="192.168.56.103"
|
|
export OCI="${OC1}"
|
|
|
|
export ONOS_FEATURES=webconsole,onos-api,onos-core-trivial,onos-cli,onos-rest,onos-gui,onos-openflow,onos-app-fwd,onos-app-proxyarp,onos-app-tvue
|