blob: d96fbd40bdd3cf631f7ce10275a1b01d65e984d3 [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-untagged": 20
17 }
18 ]
19 }
20 },
21 "devices" : {
22 "of:0000000000000001" : {
23 "segmentrouting" : {
24 "ipv4NodeSid" : 1,
25 "ipv4Loopback" : "192.168.0.1",
26 "routerMac" : "00:00:00:00:00:01",
27 "isEdgeRouter" : true,
28 "adjacencySids" : []
29 },
30 "basic" : {
31 "driver" : "ofdpa-ovs"
32 }
33 }
34 }
35}