diff options
author | Toke Høiland-Jørgensen <[email protected]> | 2021-08-16 13:59:17 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-08-18 10:14:00 +0100 |
commit | 86b9bbd332d0510679c7fedcee3e3bd278be5756 (patch) | |
tree | c2dc5533ad58e28295520e6e281ae26dc6979670 /scripts/bpf_doc.py | |
parent | 1b80fec7b043552e01609bae7d0aad07aa742adc (diff) |
sch_cake: fix srchost/dsthost hashing mode
When adding support for using the skb->hash value as the flow hash in CAKE,
I accidentally introduced a logic error that broke the host-only isolation
modes of CAKE (srchost and dsthost keywords). Specifically, the flow_hash
variable should stay initialised to 0 in cake_hash() in pure host-based
hashing mode. Add a check for this before using the skb->hash value as
flow_hash.
Fixes: b0c19ed6088a ("sch_cake: Take advantage of skb->hash where appropriate")
Reported-by: Pete Heist <[email protected]>
Tested-by: Pete Heist <[email protected]>
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions