]> www.infradead.org Git - users/dwmw2/linux.git/commit
ipv4: netfilter: Unmask upper DSCP bits in ip_route_me_harder()
authorIdo Schimmel <idosch@nvidia.com>
Thu, 5 Sep 2024 16:51:36 +0000 (19:51 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Sep 2024 13:14:53 +0000 (14:14 +0100)
commit4f0880766a971409684eeac0aa39378036d17cb4
tree7abb7a2ffd5eb16648eea10117343fcc829933e9
parentc2b639f9f3b7a058ca9c7349b096f355773f2cd8
ipv4: netfilter: Unmask upper DSCP bits in ip_route_me_harder()

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/netfilter.c