blob: 63f145d61b74051fa830ca86e9001eccddd316ca [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 "flag": "SPECIFIC",
7 "operation": "ADD",
8 "selector": {
9 "criteria": [
10 {
11 "type": "ETH_TYPE",
12 "ethType": "0x806"
13 }
14 ]
15 },
16 "treatment":
17 {
18 "instructions":
19 [
20 {"type":"OUTPUT","port":-3},
Ray Milkey2be39ed2016-02-22 15:54:19 -080021 {"type":"NOACTION"}
Jian Li8bcef8b2016-01-06 11:35:53 -080022 ],
23 "deferred":[]
24 }
Ray Milkey2be39ed2016-02-22 15:54:19 -080025}