blob: 8d660fce2d1aac4dc6db2730dcc816aca81d94ba [file] [log] [blame]
Jian Lie34f1102016-01-14 10:33:54 -08001{
2 "priority": 1,
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 Lie34f1102016-01-14 10:33:54 -080021 ]
22 }
Ray Milkey2be39ed2016-02-22 15:54:19 -080023}