Skip to content
Commit d0ab8ff8 authored by Robert Love's avatar Robert Love Committed by David S. Miller
Browse files

net: Only store high 16 bits of kernel generated filter priorities



The kernel should only be using the high 16 bits of a kernel
generated priority. Filter priorities in all other cases only
use the upper 16 bits of the u32 'prio' field of 'struct tcf_proto',
but when the kernel generates the priority of a filter is saves all
32 bits which can result in incorrect lookup failures when a filter
needs to be deleted or modified.

Signed-off-by: default avatarRobert Love <robert.w.love@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1824a989
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment