diff options
author | David Ahern <dsahern@gmail.com> | 2020-09-13 12:43:39 -0600 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-09-14 14:54:56 -0700 |
commit | 1869e226a7b3ef75b4f70ede2f1b7229f7157fa4 (patch) | |
tree | ed7271a67ee76860e82aa3fbd27b2d9f42c480c2 /mm/percpu-km.c | |
parent | 9d6e0c8b707b1f29f3d4e03714a72fffb417d144 (diff) |
ipv4: Initialize flowi4_multipath_hash in data path
flowi4_multipath_hash was added by the commit referenced below for
tunnels. Unfortunately, the patch did not initialize the new field
for several fast path lookups that do not initialize the entire flow
struct to 0. Fix those locations. Currently, flowi4_multipath_hash
is random garbage and affects the hash value computed by
fib_multipath_hash for multipath selection.
Fixes: 24ba14406c5c ("route: Add multipath_hash in flowi_common to make user-define hash")
Signed-off-by: David Ahern <dsahern@gmail.com>
Cc: wenxu <wenxu@ucloud.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'mm/percpu-km.c')
0 files changed, 0 insertions, 0 deletions