blob: f6c474c94322b4ae2f753fb12a8f35fb59b4f831 [file] [log] [blame]
Jian Li8bcef8b2016-01-06 11:35:53 -08001{
2 "priority": 60,
Jian Lia424a052016-05-30 21:02:33 +09003 "appId": "org.onosproject.sample",
Jian Li8bcef8b2016-01-06 11:35:53 -08004 "isPermanent": "false",
5 "timeout": 1,
6 "type": "PERMIT",
7 "operation": "ADD",
8 "conditions": [
9 {
10 "type": "IN_PORT",
11 "port": 23
12 }
13 ],
14 "meta": {
15 "instructions": [
16 {
17 "type": "OUTPUT",
18 "port": -3
19 },
20 {
Ray Milkey2be39ed2016-02-22 15:54:19 -080021 "type": "NOACTION"
Jian Li8bcef8b2016-01-06 11:35:53 -080022 }
23 ],
24 "deferred": []
25 }
Ray Milkey2be39ed2016-02-22 15:54:19 -080026}