blob: 64bb52976d005b01f8662b6b7d6f096620cf9de1 [file] [log] [blame]
Thomas Vachuskaf3c03502015-08-24 14:14:29 -07001{
2 "isPermanent": true,
3 "priority": 100,
4 "selector": {
5 "criteria": [
6 {
7 "port": 2,
8 "type": "IN_PORT"
9 },
10 {
11 "mac": "00:00:00:00:11:22",
12 "type": "ETH_SRC"
13 },
14 {
15 "mac": "00:00:00:00:33:44",
16 "type": "ETH_DST"
17 }
18 ]
19 },
20 "treatment": {
21 "instructions": [
22 {
23 "port": 1,
24 "type": "OUTPUT"
25 }
26 ]
27 }
28}