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

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>
net/core/filter.c