tom | 2482e6f | 2014-10-01 16:51:48 -0700 | [diff] [blame] | 1 | # Local VirtualBox-based ONOS instances 1,2,3 & ONOS mininet box |
2 | |||||
3 | export ONOS_NIC=192.168.56.* | ||||
4 | export OC1="192.168.56.101" | ||||
5 | export OC2="192.168.56.102" | ||||
6 | export OC3="192.168.56.104" | ||||
7 | |||||
8 | export OCN="192.168.56.103" | ||||
9 |