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