ip6_tunnel: Unmask upper DSCP bits in ip4ip6_err()
authorIdo Schimmel <idosch@nvidia.com>
Tue, 3 Sep 2024 13:53:26 +0000 (16:53 +0300)
committerJakub Kicinski <kuba@kernel.org>
Wed, 4 Sep 2024 23:57:11 +0000 (16:57 -0700)
commitde1fb3e8b053bf29ab366ae56b43659e87985928
treec0d98adc957470c5606f0899dfd2d45a93680367
parent97edbbaad30368c2e0219d21987ceba5a303ba5f
ip6_tunnel: Unmask upper DSCP bits in ip4ip6_err()

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-4-idosch@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv6/ip6_tunnel.c