net/sched: act_ct: Fix adding udp port mangle operation
authorRoi Dayan <roid@nvidia.com>
Mon, 19 Oct 2020 09:02:44 +0000 (12:02 +0300)
committerJakub Kicinski <kuba@kernel.org>
Tue, 20 Oct 2020 23:15:51 +0000 (16:15 -0700)
commit47b5d2a107396ab05e83a4dfbd30b563ecbc83af
treeccc38ac70afe2b991203c1f4582c68d78cdccfe1
parentacd7aaf51b20263a7e62d2a26569988c63bdd3d8
net/sched: act_ct: Fix adding udp port mangle operation

Need to use the udp header type and not tcp.

Fixes: 9c26ba9b1f45 ("net/sched: act_ct: Instantiate flow table entry actions")
Signed-off-by: Roi Dayan <roid@nvidia.com>
Reviewed-by: Paul Blakey <paulb@nvidia.com>
Link: https://lore.kernel.org/r/20201019090244.3015186-1-roid@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/sched/act_ct.c