blob: 6635641d27766ae9d3d8c5f917c0674d05f23cd3 [file] [log] [blame]
Frank Wang74ce2c12018-04-11 20:26:45 +08001{
2 "type": "PROTOCOL_INDEPENDENT",
3 "matches": [
4 {
5 "field": "ingress_port",
6 "match": "exact",
7 "value": "10"
8 },
9 {
10 "field": "src_addr",
11 "match": "lpm",
12 "value": "0a010101",
13 "prefixLength": 24
14 },
15 {
16 "field": "dst_addr",
17 "match": "ternary",
18 "value": "0a010101",
19 "mask": "0fffffff"
20 },
21 {
22 "field": "egress_port",
23 "match": "range",
24 "highValue": "20",
25 "lowValue": "10"
Daniele Moroc6f2f7f2020-12-18 10:55:57 +010026 },
27 {
28 "field": "eth_dst",
29 "match": "optional",
30 "value": "001122334455"
Frank Wang74ce2c12018-04-11 20:26:45 +080031 }
32 ]
Carmelo Cascone6af4e172018-06-15 16:01:30 +020033}