From 5e869353bb7c415ddec03abba01de2ac68d9efdd Mon Sep 17 00:00:00 2001 From: Simon Hunt Date: Tue, 15 Mar 2016 00:45:40 -0700 Subject: [PATCH] Update simon's single cell (amoeba evolution) Change-Id: I8342e28c70664de2b45d34ce9efb96fc517fdf33 --- tools/test/cells/simon-single | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/test/cells/simon-single b/tools/test/cells/simon-single index 8486fa8466..98913dc0cd 100644 --- a/tools/test/cells/simon-single +++ b/tools/test/cells/simon-single @@ -1,7 +1,7 @@ # Local VirtualBox-based single ONOS instance & ONOS mininet box export ONOS_NIC=192.168.56.* -export OC1="192.168.56.101" -export OCN="192.168.56.103" +export OC1="192.168.56.1" +export OCN="192.168.56.99" export ONOS_APPS="drivers,openflow,drivermatrix"