Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 428b367b authored by Eric W. Biederman's avatar Eric W. Biederman Committed by Linus Torvalds
Browse files

sysctl: ipv6 route flushing (kill binary path)



We don't preoperly support the sysctl binary path for flushing the ipv6
routes.  So remove support for a binary path.

Signed-off-by: default avatarEric W. Biederman <ebiederm@xmission.com>
Cc: Alexey Dobriyan <adobriyan@sw.ru>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d12af679
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2397,7 +2397,6 @@ int ipv6_sysctl_rtcache_flush(ctl_table *ctl, int write, struct file * filp,

ctl_table ipv6_route_table[] = {
	{
		.ctl_name	=	NET_IPV6_ROUTE_FLUSH,
		.procname	=	"flush",
		.data		=	&flush_delay,
		.maxlen		=	sizeof(int),