commit | b7172768abfd8aecdc6af05c60403af1664a4976 | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@nvidia.com> | Thu Sep 05 19:51:37 2024 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 09 14:14:53 2024 +0100 |
tree | a6136963282f2011cbd7cc90fb909ca8936d1bf2 | |
parent | 4f0880766a971409684eeac0aa39378036d17cb4 [diff] |
netfilter: nft_flow_offload: Unmask upper DSCP bits in nft_flow_route() Unmask the upper DSCP bits when calling nf_route() which eventually calls 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>