blob: cd2d0bae72d81250e320abb5a63ca3b168cce4f9 [file] [log] [blame]
Jian Li36afa1b2016-05-17 11:38:16 -07001{
2 "criteria": [
3 {
4 "type": "IN_PORT",
5 "port": -3
6 },
7 {
8 "type": "ETH_SRC",
9 "mac": "11:22:33:44:55:66"
10 },
11 {
12 "type": "ETH_DST",
13 "mac": "44:55:66:77:88:99"
14 },
15 {
16 "type": "ETH_TYPE",
17 "ethType": 2054
18 }
19 ]
20}