File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ struct netns_sysctl_ipv6 {
53
53
int seg6_flowlabel ;
54
54
u32 ioam6_id ;
55
55
u64 ioam6_id_wide ;
56
- bool skip_notify_on_dev_down ;
56
+ u8 skip_notify_on_dev_down ;
57
57
u8 fib_notify_on_flag_change ;
58
58
u8 icmpv6_error_anycast_as_unicast ;
59
59
};
Original file line number Diff line number Diff line change @@ -6412,9 +6412,9 @@ static struct ctl_table ipv6_route_table_template[] = {
6412
6412
{
6413
6413
.procname = "skip_notify_on_dev_down" ,
6414
6414
.data = & init_net .ipv6 .sysctl .skip_notify_on_dev_down ,
6415
- .maxlen = sizeof (int ),
6415
+ .maxlen = sizeof (u8 ),
6416
6416
.mode = 0644 ,
6417
- .proc_handler = proc_dointvec_minmax ,
6417
+ .proc_handler = proc_dou8vec_minmax ,
6418
6418
.extra1 = SYSCTL_ZERO ,
6419
6419
.extra2 = SYSCTL_ONE ,
6420
6420
},
You can’t perform that action at this time.
0 commit comments