blob: b00ba8df5a7b1e29b5105e56750292abbf3cf2e2 [file] [log] [blame]
Seyeon Jeong8188da12020-03-03 12:49:48 -08001{
2 "priority": 1,
3 "isPermanent": false,
4 "timeout": 1,
5 "deviceId": "of:0000000000000001",
6 "tableId": 1,
7 "treatment": {
8 "instructions": [
9 {
10 "type": "OUTPUT",
11 "port": "CONTROLLER"
12 }
13 ],
14 "deferred": []
15 },
16 "selector": {
17 "criteria": [
18 {
19 "type": "ETH_TYPE",
20 "ethType": "0x800"
21 }
22 ]
23 },
24 "state": "ADDED",
25 "life": 1000,
26 "liveType": "UNKNOWN",
27 "packets": 123,
28 "bytes": 456
29}