blob: e8cc8883874cdb639504fb585d044924a94f6d93 [file] [log] [blame]
Jonghwan Hyun812c70f2018-02-16 16:33:16 -08001{
2 "devices" : {
3 "of:0000000000000001" : {
4 "segmentrouting" : {
5 "ipv4NodeSid" : 1,
6 "ipv4Loopback" : "192.168.0.1",
7 "routerMac" : "00:00:00:00:00:01",
8 "isEdgeRouter" : true,
9 "pairDeviceId" : "of:0000000000000002",
10 "pairLocalPort" : 1,
11 "adjacencySids" : []
12 },
13 "basic" : {
14 "driver" : "ofdpa-ovs"
15 }
16 },
17 "of:0000000000000002" : {
18 "segmentrouting" : {
19 "ipv4NodeSid" : 1,
20 "ipv4Loopback" : "192.168.0.2",
21 "routerMac" : "00:00:00:00:00:01",
22 "isEdgeRouter" : true,
23 "pairDeviceId" : "of:0000000000000001",
24 "pairLocalPort" : 1,
25 "adjacencySids" : []
26 },
27 "basic" : {
28 "driver" : "ofdpa-ovs"
29 }
30 }
31 }
32}