Thomas Vachuska
Committed by Gerrit Code Review

Changing tom cell.

Change-Id: Icfbf7b20a4d5b5c5bdd321ee40e9a655811a0879
1 # Thomas' VirtualBox-based 3 ONOS instances & ONOS mininet box 1 # Thomas' VirtualBox-based 3 ONOS instances & ONOS mininet box
2 2
3 export ONOS_NIC=192.168.56.* 3 export ONOS_NIC=192.168.56.*
4 -export OC1="192.168.56.14" 4 +export OC1="192.168.56.5"
5 -export OC2="192.168.56.12" 5 +export OC2="192.168.56.6"
6 -export OC3="192.168.56.13" 6 +export OC3="192.168.56.7"
7 -export OCN="192.168.56.11" 7 +export OCN="192.168.56.8"
......