]> git.baikalelectronics.ru Git - kernel.git/commit
net/sched: act_tunnel_key: Fix setting UDP dst port in metadata under IPv6
authorOr Gerlitz <ogerlitz@mellanox.com>
Thu, 22 Dec 2016 12:28:14 +0000 (14:28 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Dec 2016 16:59:56 +0000 (11:59 -0500)
commitec1c52c92dd348769b0e943daa94b95c22e0a59f
tree8e4ecf4e6b8059e507f2a6f789160b69ad47c8e1
parent1012d0b26b6cbdb557314f9438598d9a2b7920bb
net/sched: act_tunnel_key: Fix setting UDP dst port in metadata under IPv6

The UDP dst port was provided to the helper function which sets the
IPv6 IP tunnel meta-data under a wrong param order, fix that.

Fixes: 5d3bc42673f2 ('net/sched: act_tunnel_key: Add UDP dst port option')
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Reviewed-by: Hadar Hen Zion <hadarh@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_tunnel_key.c