Revert "net/ipv6: fix bool/int mismatch for skip_notify_on_dev_down"

This reverts commit 76e38e6e1b.

It breaks the Android KABI and will be brought back at a later time when
it is safe to do so.

Bug: 161946584
Change-Id: I7d9e90dde9c6fada5013550a7673bf378f3fadcb
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman 2023-06-14 20:04:57 +00:00
parent 16cecdd743
commit 18dcace71e

View File

@ -54,7 +54,7 @@ struct netns_sysctl_ipv6 {
int seg6_flowlabel;
u32 ioam6_id;
u64 ioam6_id_wide;
int skip_notify_on_dev_down;
bool skip_notify_on_dev_down;
u8 fib_notify_on_flag_change;
ANDROID_KABI_RESERVE(1);
};