]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net/sched: cls_flower: add tunnel flags to fl_{set,dump}_key_flags()
authorAsbjørn Sloth Tønnesen <ast@fiberby.net>
Sat, 13 Jul 2024 02:19:05 +0000 (02:19 +0000)
committerJakub Kicinski <kuba@kernel.org>
Mon, 15 Jul 2024 16:14:38 +0000 (09:14 -0700)
commit988f8723d398cf122c112342d12d67ba31cadf3b
tree2772bde39ae74e0d433a8e664fa999d56dc98359
parent03afeb613bfe6b0c28e8b843959f716a3d2c42df
net/sched: cls_flower: add tunnel flags to fl_{set,dump}_key_flags()

Prepare to set and dump the tunnel flags.

This code won't see any of these flags yet, as these flags
aren't allowed by the NLA_POLICY_MASK, and the functions
doesn't get called with encap set to true yet.

Signed-off-by: Asbjørn Sloth Tønnesen <ast@fiberby.net>
Tested-by: Davide Caratti <dcaratti@redhat.com>
Reviewed-by: Davide Caratti <dcaratti@redhat.com>
Link: https://patch.msgid.link/20240713021911.1631517-9-ast@fiberby.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/sched/cls_flower.c