]> www.infradead.org Git - users/willy/xarray.git/commit
netfilter: nft_flow_offload: Unmask upper DSCP bits in nft_flow_route()
authorIdo Schimmel <idosch@nvidia.com>
Thu, 5 Sep 2024 16:51:37 +0000 (19:51 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Sep 2024 13:14:53 +0000 (14:14 +0100)
commitb7172768abfd8aecdc6af05c60403af1664a4976
treea6136963282f2011cbd7cc90fb909ca8936d1bf2
parent4f0880766a971409684eeac0aa39378036d17cb4
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>
net/netfilter/nft_flow_offload.c