]> Git Repo - linux.git/commit
net/sched: cls_flower: Add match on the ct_state reply flag
authorPaul Blakey <[email protected]>
Wed, 27 Jan 2021 14:32:45 +0000 (16:32 +0200)
committerJakub Kicinski <[email protected]>
Sat, 30 Jan 2021 02:05:30 +0000 (18:05 -0800)
commit8c85d18ce647ac2517a1a1bb01b02648e23700e6
tree0e7a3a471ec304f0ccae586b576a578195946a14
parentcf3c7c7b371a0c3f0a6b1f3aa66604c1bc494cc7
net/sched: cls_flower: Add match on the ct_state reply flag

Add match on the 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]>
Reviewed-by: Jiri Pirko <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
include/uapi/linux/pkt_cls.h
net/sched/cls_flower.c
This page took 0.055402 seconds and 4 git commands to generate.