]> www.infradead.org Git - users/willy/xarray.git/commit
ipv4: icmp: Unmask upper DSCP bits in icmp_reply()
authorIdo Schimmel <idosch@nvidia.com>
Thu, 5 Sep 2024 16:51:32 +0000 (19:51 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Sep 2024 13:14:53 +0000 (14:14 +0100)
commit848789d552bbfb47077993bb35ca99c854c37556
treebe19e4c42d75033f53a1faa38dfffd507c0106bb
parentb3899830aa47333fa73e7f23eddc856003fd8bda
ipv4: icmp: Unmask upper DSCP bits in icmp_reply()

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>
net/ipv4/icmp.c