diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2007-10-18 06:05:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-18 17:37:22 -0400 |
commit | 428b367bff28bd9d41543eb0324197d09c7d6beb (patch) | |
tree | b47a87282f84bd3a11d5555fc2d59cf15e56946f /net/ipv6/route.c | |
parent | d12af679bcf8995a237560bdf7a4d734f8df5dbb (diff) |
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: Eric W. Biederman <ebiederm@xmission.com>
Cc: Alexey Dobriyan <adobriyan@sw.ru>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'net/ipv6/route.c')
-rw-r--r-- | net/ipv6/route.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index cce9941c11c6..95f8e4a62f68 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c | |||
@@ -2397,7 +2397,6 @@ int ipv6_sysctl_rtcache_flush(ctl_table *ctl, int write, struct file * filp, | |||
2397 | 2397 | ||
2398 | ctl_table ipv6_route_table[] = { | 2398 | ctl_table ipv6_route_table[] = { |
2399 | { | 2399 | { |
2400 | .ctl_name = NET_IPV6_ROUTE_FLUSH, | ||
2401 | .procname = "flush", | 2400 | .procname = "flush", |
2402 | .data = &flush_delay, | 2401 | .data = &flush_delay, |
2403 | .maxlen = sizeof(int), | 2402 | .maxlen = sizeof(int), |