]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net/sched: cls_flower add CT_FLAGS_INVALID flag support
authorwenxu <wenxu@ucloud.cn>
Tue, 19 Jan 2021 08:31:50 +0000 (16:31 +0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 21 Jan 2021 05:09:44 +0000 (21:09 -0800)
commit7baf2429a1a965369b0ce44efb6315cdd515aa9c
tree434b19e34c1ce84d9b53bd4e00e1d069a0a1dd34
parentd29aee6062f3f390b8e62f3ea849e8c7c411ff68
net/sched: cls_flower add CT_FLAGS_INVALID flag support

This patch add the TCA_FLOWER_KEY_CT_FLAGS_INVALID flag to
match the ct_state with invalid for conntrack.

Signed-off-by: wenxu <wenxu@ucloud.cn>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Link: https://lore.kernel.org/r/1611045110-682-1-git-send-email-wenxu@ucloud.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/skbuff.h
include/net/sch_generic.h
include/uapi/linux/pkt_cls.h
net/core/dev.c
net/core/flow_dissector.c
net/sched/act_ct.c
net/sched/cls_flower.c