diff options
| author | Paul Blakey <[email protected]> | 2021-01-27 16:32:47 +0200 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2021-01-29 18:05:30 -0800 |
| commit | 6895cb3a95c9988b9556f179dccc1ef693a981f7 (patch) | |
| tree | c49480153d402d624c5d3772d85acb2f718ef380 /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | 941eff5aea5d4371fb8a496a66e29aa8fc7a0c23 (diff) | |
net/mlx5: CT: Add support for matching on ct_state reply flag
Add support for matching on ct_state reply flag.
Example:
$ tc filter add dev ens1f0_0 ingress prio 1 chain 1 proto ip flower \
ct_state +trk+est+rpl \
action mirred egress redirect dev ens1f0_1
$ tc filter add dev ens1f0_1 ingress prio 1 chain 1 proto ip flower \
ct_state +trk+est-rpl \
action mirred egress redirect dev ens1f0_0
Signed-off-by: Paul Blakey <[email protected]>
Acked-by: Saeed Mahameed <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions