blob: e979626a852bdfffcb897e4d4a183cb38d26cd73 [file] [log] [blame]
Jian Li8bcef8b2016-01-06 11:35:53 -08001{
2 "priority": 60,
3 "isPermanent": "false",
4 "timeout": 1,
5 "flag": "SPECIFIC",
6 "operation": "ADD",
7 "selector": {
8 "criteria": [
9 {
10 "type": "ETH_TYPE",
11 "ethType": "0x806"
12 }
13 ]
14 },
15 "treatment":
16 {
17 "instructions":
18 [
19 {"type":"OUTPUT","port":-3},
Ray Milkey2be39ed2016-02-22 15:54:19 -080020 {"type":"NOACTION"}
Jian Li8bcef8b2016-01-06 11:35:53 -080021 ],
22 "deferred":[]
23 }
Ray Milkey2be39ed2016-02-22 15:54:19 -080024}