blob: 6635641d27766ae9d3d8c5f917c0674d05f23cd3 [file] [log] [blame]
{
"type": "PROTOCOL_INDEPENDENT",
"matches": [
{
"field": "ingress_port",
"match": "exact",
"value": "10"
},
{
"field": "src_addr",
"match": "lpm",
"value": "0a010101",
"prefixLength": 24
},
{
"field": "dst_addr",
"match": "ternary",
"value": "0a010101",
"mask": "0fffffff"
},
{
"field": "egress_port",
"match": "range",
"highValue": "20",
"lowValue": "10"
},
{
"field": "eth_dst",
"match": "optional",
"value": "001122334455"
}
]
}