blob: d85f60ab7f0f4a062cc6bf86f0049c1c7910d4c9 [file] [log] [blame]
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -07001{
2 "ports" : {
3 "of:0000000000000001/1" : {
4 "interfaces" : [
5 {
6 "ips" : [ "10.0.1.254/24" ],
7 "vlan-untagged": 10
8 }
9 ]
10 },
11 "of:0000000000000001/2" : {
12 "interfaces" : [
13 {
14 "ips" : [ "10.0.1.254/24" ],
15 "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}