Simon Hunt

GUI -- Minor update to multiHomed test scenario.

Change-Id: I8aaac94b8fe63dca7ea1af4cbd51f448cd92d767
...@@ -4,16 +4,17 @@ ...@@ -4,16 +4,17 @@
4 "id": "0E:2A:69:30:13:86/-1", 4 "id": "0E:2A:69:30:13:86/-1",
5 "ingress": "0E:2A:69:30:13:86/-1/0-of:0000ffffffff0003/2", 5 "ingress": "0E:2A:69:30:13:86/-1/0-of:0000ffffffff0003/2",
6 "egress": "of:0000ffffffff0003/2-0E:2A:69:30:13:86/-1/0", 6 "egress": "of:0000ffffffff0003/2-0E:2A:69:30:13:86/-1/0",
7 - "cp": { 7 + "cp": [
8 - "device": "of:0000ffffffff0003", 8 + { "device": "of:0000ffffffff0003", "port": 2 },
9 - "port": 2 9 + { "device": "of:0000ffffffff0008", "port": 4 }
10 - }, 10 + ],
11 "labels": [ 11 "labels": [
12 "192.168.1.201", 12 "192.168.1.201",
13 "0E:2A:69:30:13:86" 13 "0E:2A:69:30:13:86"
14 ], 14 ],
15 "props": { 15 "props": {
16 "routerId": "router-one" 16 "routerId": "router-one"
17 - } 17 + },
18 + "type": "router"
18 } 19 }
19 } 20 }
......
...@@ -4,16 +4,16 @@ ...@@ -4,16 +4,16 @@
4 "id": "A6:96:E5:03:52:5F/-1", 4 "id": "A6:96:E5:03:52:5F/-1",
5 "ingress": "A6:96:E5:03:52:5F/-1/0-of:0000ffffffff0008/1", 5 "ingress": "A6:96:E5:03:52:5F/-1/0-of:0000ffffffff0008/1",
6 "egress": "of:0000ffffffff0008/1-A6:96:E5:03:52:5F/-1/0", 6 "egress": "of:0000ffffffff0008/1-A6:96:E5:03:52:5F/-1/0",
7 - "cp": { 7 + "cp": [
8 - "device": "of:0000ffffffff0008", 8 + { "device": "of:0000ffffffff0008", "port": 1 }
9 - "port": 1 9 + ],
10 - },
11 "labels": [ 10 "labels": [
12 "192.168.1.202", 11 "192.168.1.202",
13 "A6:96:E5:03:52:5F" 12 "A6:96:E5:03:52:5F"
14 ], 13 ],
15 "props": { 14 "props": {
16 "routerId": "router-one" 15 "routerId": "router-one"
17 - } 16 + },
17 + "type": "router"
18 } 18 }
19 } 19 }
......