blob: 7c4f14745d4c5ca8bf9ff5e7e6da66770608bead [file] [log] [blame]
Andrea Campanella241896c2017-05-10 13:11:04 -07001{
2 "devices": {
3 "device:identifier": {
4 "generalprovider": {
5 "p4runtime": {
6 "ip": "192.168.56.104",
7 "port": 830,
8 "deviceKeyId": "p4runtime:device:identifier"
9 },
10 "gnmi": {
11 "ip": "192.168.56.105",
12 "port": 830,
13 "deviceKeyId": "p4runtime:device:identifier"
14 }
15 },
16 "basic": {
17 "driver": "bmv2"
18 }
19 },
20 "device:identifier2": {
21 "generalprovider": {
22 "p4runtime": {
23 "ip": "192.168.56.106",
24 "port": 830,
25 "deviceKeyId": "p4runtime:device:identifier2"
26 },
27 "gnmi": {
28 "ip": "192.168.56.107",
29 "port": 830,
30 "deviceKeyId": "p4runtime:device:identifier2"
31 }
32 },
33 "basic": {
34 "driver": "bmv2"
35 }
36 }
37 }
38}