diff options
author | 2023-06-01 16:04:44 +0000 | |
---|---|---|
committer | 2023-06-02 22:55:43 -0700 | |
commit | edf2e1d2019b2730d6076dbe4c040d37d7c10bbe (patch) | |
tree | 64b5ef7c632f978d8de9de508e5a025181db6a68 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net: dsa: qca8k: add CONFIG_LEDS_TRIGGERS dependency (diff) | |
download | wireguard-linux-edf2e1d2019b2730d6076dbe4c040d37d7c10bbe.tar.xz wireguard-linux-edf2e1d2019b2730d6076dbe4c040d37d7c10bbe.zip |
net/ipv6: fix bool/int mismatch for skip_notify_on_dev_down
skip_notify_on_dev_down ctl table expects this field
to be an int (4 bytes), not a bool (1 byte).
Because proc_dou8vec_minmax() was added in 5.13,
this patch converts skip_notify_on_dev_down to an int.
Following patch then converts the field to u8 and use proc_dou8vec_minmax().
Fixes: 7c6bb7d2faaf ("net/ipv6: Add knob to skip DELROUTE message on device down")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Acked-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions