]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_bind_dev()
authorIdo Schimmel <idosch@nvidia.com>
Tue, 3 Sep 2024 13:53:27 +0000 (16:53 +0300)
committerJakub Kicinski <kuba@kernel.org>
Wed, 4 Sep 2024 23:57:11 +0000 (16:57 -0700)
commitc9a1e2629d10669e86b772add4fdea84252442da
treeaf9707bb578c2933251c5d22224b7fada06189ee
parentde1fb3e8b053bf29ab366ae56b43659e87985928
ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_bind_dev()

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