Simon Hunt
Committed by Gerrit Code Review

Update simon's single cell (amoeba evolution)

Change-Id: I8342e28c70664de2b45d34ce9efb96fc517fdf33
1 # Local VirtualBox-based single ONOS instance & ONOS mininet box 1 # Local VirtualBox-based single ONOS instance & 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.101" 4 +export OC1="192.168.56.1"
5 -export OCN="192.168.56.103" 5 +export OCN="192.168.56.99"
6 6
7 export ONOS_APPS="drivers,openflow,drivermatrix" 7 export ONOS_APPS="drivers,openflow,drivermatrix"
......