commit | 2c60fc9ca21636e4bbb30357562dc1abb577f5fb | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@nvidia.com> | Thu Sep 05 19:51:39 2024 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 09 14:14:53 2024 +0100 |
tree | fc15d70f258ca65a55c802759664cd563a266837 | |
parent | 345663e6a727f6baa70989a8412c2c047389ca65 [diff] |
ipv4: udp_tunnel: Unmask upper DSCP bits in udp_tunnel_dst_lookup() Unmask the upper DSCP bits when calling ip_route_output_key() so that in the future it could perform the FIB lookup according to the full DSCP value. Note that callers of udp_tunnel_dst_lookup() pass the entire DS field in the 'tos' argument. Signed-off-by: Ido Schimmel <idosch@nvidia.com> Reviewed-by: Guillaume Nault <gnault@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>