On Tue, Aug 27, 2024 at 02:18:04PM +0300, Ido Schimmel wrote: > The function is called to resolve a route for an ICMP message that is > sent in response to a situation. Based on the type of the generated ICMP > message, the function is either passed the DS field of the packet that > generated the ICMP message or a DS field that is derived from it. > > Unmask the upper DSCP bits before resolving and output route via > ip_route_output_key_hash() so that in the future the lookup could be > performed according to the full DSCP value. Reviewed-by: Guillaume Nault <gnault@xxxxxxxxxx>