ipv4: ipmr: Unmask upper DSCP bits in ipmr_queue_xmit()
authorIdo Schimmel <idosch@nvidia.com>
Tue, 3 Sep 2024 13:53:25 +0000 (16:53 +0300)
committerJakub Kicinski <kuba@kernel.org>
Wed, 4 Sep 2024 23:57:11 +0000 (16:57 -0700)
commit97edbbaad30368c2e0219d21987ceba5a303ba5f
tree61f96b105219bf54a5b828c4980bed885e702f60
parent71f1fea4f65deeb0e1a4442fe661cfc5a541a036
ipv4: ipmr: Unmask upper DSCP bits in ipmr_queue_xmit()

Unmask the upper DSCP bits when calling ip_route_output_ports() so that
in the future it could perform the FIB lookup according to the full DSCP
value.

Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Guillaume Nault <gnault@redhat.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://patch.msgid.link/20240903135327.2810535-3-idosch@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv4/ipmr.c