blob: 3d8a8c341045bdabf10b179d88826db2a815dc5b [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,
10 "appId": "test",
11 "priority": 4,
12 "timeout": 0,
13 "isPermanent": true,
14 "deviceId": "of:0000000000000001",
15 "treatment": {
16 "instructions": [
17 {
18 "type": "OUTPUT",
19 "port": "2"
20 },
21 {
22 "type": "L0MODIFICATION",
23 "subtype": "OCH",
24 "gridType": "FLEX",
25 "channelSpacing": "CHL_6P25GHZ",
26 "spacingMultiplier": 42,
27 "slotGranularity": 1
28 }
29 ],
30 "deferred": [
31
32 ]
33 },
34 "selector": {
35 "criteria": [
36 {
37 "type": "IN_PORT",
38 "port": 1
39 }
40 ]
41 }
42 }
43
44 ]
45 }
46 }
47 }
48}