mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 02:11:38 +02:00
13 lines
259 B
Plaintext
13 lines
259 B
Plaintext
# LXC demo environment for oneping tutorial
|
|
|
|
export ONOS_NIC="10.0.3.*"
|
|
export OC1="10.0.3.101"
|
|
export OC2="10.0.3.102"
|
|
export OC3="10.0.3.103"
|
|
export OCN="10.0.3.1"
|
|
|
|
unset ONOS_USE_SSH
|
|
export ONOS_APPS=drivers,openflow,proxyarp
|
|
|
|
alias sshnet="ssh onos@$OCN"
|