Thomas Vachuska | 785f581 | 2015-03-19 01:11:00 -0700 | [diff] [blame] | 1 | # Thomas' VirtualBox-based 3 ONOS instances & ONOS mininet box |
Thomas Vachuska | ad53a76 | 2014-10-31 00:52:27 -0700 | [diff] [blame] | 2 | |
3 | export ONOS_NIC=192.168.56.* | ||||
Thomas Vachuska | 7a12002 | 2016-01-12 14:45:25 -0800 | [diff] [blame] | 4 | export OC1="192.168.56.5" |
5 | export OC2="192.168.56.6" | ||||
6 | export OC3="192.168.56.7" | ||||
7 | export OCN="192.168.56.8" |