ONOS-6259: Topo2 - Implement server-side highlighting model (WIP)
- added missing 'grid' parameter in config script.
- fixed handling of peer region locations.

Change-Id: I4cd8d4db49cfde105424ca786c3fed181afbe7b7
diff --git a/tools/test/topos/regionabc.sh b/tools/test/topos/regionabc.sh
index 64e205a..3b16117 100755
--- a/tools/test/topos/regionabc.sh
+++ b/tools/test/topos/regionabc.sh
@@ -23,14 +23,14 @@
 region-add rC "Region C" LOGICAL_GROUP 30 60 grid ${host}
 
 # -- set peer locations
-region-add-peer-loc rA rB 40 70
-region-add-peer-loc rA rC 50 70
+region-add-peer-loc rA rB 40 70 grid
+region-add-peer-loc rA rC 50 70 grid
 
-region-add-peer-loc rB rA 30 10
-region-add-peer-loc rB rC 30 70
+region-add-peer-loc rB rA 30 10 grid
+region-add-peer-loc rB rC 30 70 grid
 
-region-add-peer-loc rC rA 10 10
-region-add-peer-loc rC rB 20 10
+region-add-peer-loc rC rA 10 10 grid
+region-add-peer-loc rC rB 20 10 grid
 
 EOF