net/sched: cls_flower: validate ct_state for invalid and reply flags
authorwenxu <wenxu@ucloud.cn>
Tue, 23 Feb 2021 07:11:55 +0000 (15:11 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 23 Feb 2021 20:23:44 +0000 (12:23 -0800)
commit3aed8b63336c3f81a4fd72808dcf6197fabbbdb2
treea57cdd352bc75cc606535ffb91a5aa6ae9ba8bc0
parentf3f9be9c58085d11f4448ec199bf49dc2f9b7fb9
net/sched: cls_flower: validate ct_state for invalid and reply flags

Add invalid and reply flags validate in the fl_validate_ct_state.
This makes the checking complete if compared to ovs'
validate_ct_state().

Signed-off-by: wenxu <wenxu@ucloud.cn>
Reviewed-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Link: https://lore.kernel.org/r/1614064315-364-1-git-send-email-wenxu@ucloud.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/sched/cls_flower.c