Re: [PATCH net] net/sched: act_ct: Fix adding udp port mangle operation

2020-10-20 Thread Jakub Kicinski
On Mon, 19 Oct 2020 12:02:44 +0300 Roi Dayan wrote: > 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 > Reviewed-by: Paul Blakey Applied, thanks!

[PATCH net] net/sched: act_ct: Fix adding udp port mangle operation

2020-10-19 Thread Roi Dayan
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 Reviewed-by: Paul Blakey --- net/sched/act_ct.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/sched/act_ct.c b/net/