blob: 71ca894e7f335697ee7d1a9960ad17bfae6e8a16 [file] [log] [blame]
Thomas Vachuska785f5812015-03-19 01:11:00 -07001# Thomas' VirtualBox-based 3 ONOS instances & ONOS mininet box
Thomas Vachuskaad53a762014-10-31 00:52:27 -07002
3export ONOS_NIC=192.168.56.*
Thomas Vachuska7a120022016-01-12 14:45:25 -08004export OC1="192.168.56.5"
5export OC2="192.168.56.6"
6export OC3="192.168.56.7"
7export OCN="192.168.56.8"