diff options
author | Marcelo Ricardo Leitner <[email protected]> | 2019-11-18 09:46:09 -0300 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-11-18 17:25:36 -0800 |
commit | ca749bbb108c24a876014c804f9777c545be4d59 (patch) | |
tree | c4080facccf65a9f9b2f907f7780dde9b745d3db /lib/mpi/mpi-div.c | |
parent | 39c68b3fc2c3c84ffdfdb867c136c5b41b29d6d0 (diff) |
net/ipv4: fix sysctl max for fib_multipath_hash_policy
Commit eec4844fae7c ("proc/sysctl: add shared variables for range
check") did:
- .extra2 = &two,
+ .extra2 = SYSCTL_ONE,
here, which doesn't seem to be intentional, given the changelog.
This patch restores it to the previous, as the value of 2 still makes
sense (used in fib_multipath_hash()).
Fixes: eec4844fae7c ("proc/sysctl: add shared variables for range check")
Cc: Matteo Croce <[email protected]>
Signed-off-by: Marcelo Ricardo Leitner <[email protected]>
Acked-by: Matteo Croce <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-div.c')
0 files changed, 0 insertions, 0 deletions