blob: 391d6a85e76d128969cfd1d632a6916588cb4d69 [file] [log] [blame]
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -07001{
2 "ports" : {
3 "of:0000000000000001/1" : {
4 "interfaces" : [
5 {
You Wang57da9f92017-12-19 13:49:22 -08006 "ips" : [ "10.0.2.254/24" ],
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -07007 "vlan-tagged": [10],
8 "vlan-native": 20
9 }
10 ]
11 },
12 "of:0000000000000001/2" : {
13 "interfaces" : [
14 {
You Wang57da9f92017-12-19 13:49:22 -080015 "ips" : [ "10.0.2.254/24" ],
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070016 "vlan-tagged": [10],
17 "vlan-native": 20
18 }
19 ]
20 }
21 },
22 "devices" : {
23 "of:0000000000000001" : {
24 "segmentrouting" : {
25 "ipv4NodeSid" : 1,
26 "ipv4Loopback" : "192.168.0.1",
27 "routerMac" : "00:00:00:00:00:01",
28 "isEdgeRouter" : true,
29 "adjacencySids" : []
30 },
31 "basic" : {
32 "driver" : "ofdpa-ovs"
33 }
34 }
35 }
36}