blob: 634424d038d2a140313aa5b4efd9b95e0758c4f1 [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},
20 {"type":"DROP"}
21 ]
22 }
23}