blob: d75dfe73b3dbd9954c609579ef0dfc738614b841 [file] [log] [blame]
Yuta HIGUCHIa255bb42016-11-03 16:04:08 -07001{
2 "devices" : {
3 "of:0000000000000001" : {
4 "protection" : {
5 "paths" : [
6 {
7 "output" : {
8 "connectPoint" : { "device" : "of:0000000000000001", "port" : "1" },
9 "trafficSelector" : { "criteria" : [ {"type" : "VLAN_VID", "vlanId" : 100 }]}
10 },
11 "enabled" : true
12 },
13 {
14 "output" : {
15 "connectPoint" : { "device" : "of:0000000000000001", "port" : "2" },
16 "trafficSelector" : { "criteria" : [ {"type" : "VLAN_VID", "vlanId" : 100 }]}
17 },
18 "enabled" : true
19 }
20 ],
21 "fingerprint" : "(IntentKey_XYZW)",
22 "peer" : "of:0000000000000002"
23 }
24 }
25 }
26}