blob: 7cbb5e1c05609f0795e7be99eb266f547588dc56 [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-untagged": 10
8 }
9 ]
10 },
11 "of:0000000000000001/2" : {
12 "interfaces" : [
13 {
You Wang57da9f92017-12-19 13:49:22 -080014 "ips" : [ "10.0.2.254/24" ],
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070015 "vlan-untagged": 10
16 }
17 ]
18 }
19 },
20 "devices" : {
21 "of:0000000000000001" : {
22 "segmentrouting" : {
23 "ipv4NodeSid" : 1,
24 "ipv4Loopback" : "192.168.0.1",
25 "routerMac" : "00:00:00:00:00:01",
26 "isEdgeRouter" : true,
27 "adjacencySids" : []
28 },
29 "basic" : {
30 "driver" : "ofdpa-ovs"
31 }
32 }
33 }
34}