acrn-kernel/include/net/netns
Eric Dumazet 76e38e6e1b net/ipv6: fix bool/int mismatch for skip_notify_on_dev_down
[ Upstream commit edf2e1d201 ]

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: 7c6bb7d2fa ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-06-14 11:15:17 +02:00
..
bpf.h
can.h
conntrack.h
core.h
flow_table.h
generic.h
hash.h
ieee802154_6lowpan.h
ipv4.h
ipv6.h
mctp.h
mib.h
mpls.h
netfilter.h
nexthop.h
nftables.h
packet.h
sctp.h
smc.h
unix.h
xdp.h
xfrm.h