commit | b3899830aa47333fa73e7f23eddc856003fd8bda | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@nvidia.com> | Thu Sep 05 19:51:31 2024 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 09 14:14:52 2024 +0100 |
tree | 5e27cb8deb9a3aeca3adfceb4ae3e8ec558f7495 | |
parent | 25376a890119b616d5982c8cb59f805138ab81fa [diff] |
bpf: lwtunnel: Unmask upper DSCP bits in bpf_lwt_xmit_reroute() 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. Signed-off-by: Ido Schimmel <idosch@nvidia.com> Reviewed-by: Guillaume Nault <gnault@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>