blob: ca08279bb04a57975b7442735ae91e4ac14fb254 [file] [log] [blame]
Yuta HIGUCHI44f18e92017-03-02 22:05:41 -08001{
2 "devices" : {
3 "of:0000000000000001" : {
4 "flowtable" : {
5 "entries" : [
6
7 {
8 "id": "3",
9 "tableId": 0,
Yi Tseng18177a52017-09-08 01:26:59 -070010 "tableName": "0",
Yuta HIGUCHI44f18e92017-03-02 22:05:41 -080011 "appId": "test",
12 "priority": 4,
13 "timeout": 0,
14 "isPermanent": true,
15 "deviceId": "of:0000000000000001",
16 "treatment": {
17 "instructions": [
18 {
19 "type": "OUTPUT",
20 "port": "2"
21 },
22 {
23 "type": "L0MODIFICATION",
24 "subtype": "OCH",
25 "gridType": "FLEX",
26 "channelSpacing": "CHL_6P25GHZ",
27 "spacingMultiplier": 42,
28 "slotGranularity": 1
29 }
30 ],
31 "deferred": [
32
33 ]
34 },
35 "selector": {
36 "criteria": [
37 {
38 "type": "IN_PORT",
39 "port": 1
40 }
41 ]
42 }
43 }
44
45 ]
46 }
47 }
48 }
49}