From: Eric W. Biederman We don't preoperly support the sysctl binary path for flushing the ipv6 routes. So remove support for a binary path. Signed-off-by: Eric W. Biederman Cc: Alexey Dobriyan Cc: "David S. Miller" Signed-off-by: Andrew Morton --- net/ipv6/route.c | 1 - 1 file changed, 1 deletion(-) diff -puN net/ipv6/route.c~sysctl-ipv6-route-flushing-kill-binary-path net/ipv6/route.c --- a/net/ipv6/route.c~sysctl-ipv6-route-flushing-kill-binary-path +++ a/net/ipv6/route.c @@ -2459,7 +2459,6 @@ int ipv6_sysctl_rtcache_flush(ctl_table ctl_table ipv6_route_table[] = { { - .ctl_name = NET_IPV6_ROUTE_FLUSH, .procname = "flush", .data = &flush_delay, .maxlen = sizeof(int), _