ipv4: Unmask upper DSCP bits in ip_route_output_key_hash()
authorIdo Schimmel <idosch@nvidia.com>
Thu, 29 Aug 2024 06:54:49 +0000 (09:54 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sat, 31 Aug 2024 16:44:50 +0000 (17:44 +0100)
commita63cef46adcbedd4f4ea7401773a310edca53131
treebbf8208567e6b259c160a4e4522eda1b23c0b700
parent47afa284b96c62bda127604e6091fd5c9fd7e42c
ipv4: Unmask upper DSCP bits in ip_route_output_key_hash()

Unmask the upper DSCP bits so that in the future output routes could be
looked up 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/ipv4/route.c