]> www.infradead.org Git - users/willy/xarray.git/commit
vrf: Unmask upper DSCP bits in vrf_process_v4_outbound()
authorIdo Schimmel <idosch@nvidia.com>
Thu, 29 Aug 2024 06:54:58 +0000 (09:54 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sat, 31 Aug 2024 16:44:51 +0000 (17:44 +0100)
commitc5d8ffe29cf2873b62e4bc008ca48d045b6cde88
tree6cafdc1dc0c8a38b714c285d3327943c7bd9b8f8
parent939cd1abf080c629552a9c5e6db4c0509d13e4c7
vrf: Unmask upper DSCP bits in vrf_process_v4_outbound()

Unmask the upper DSCP bits when calling ip_route_output_flow() 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>
drivers/net/vrf.c