diff options
Diffstat (limited to 'net/ipv6/route.c')
| -rw-r--r-- | net/ipv6/route.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 183802902c02..3bf8a0254f81 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c @@ -2005,7 +2005,7 @@ ctl_table ipv6_route_table[] = {  		.procname	=	"flush",           	.data		=	&flush_delay,  		.maxlen		=	sizeof(int), -		.mode		=	0644, +		.mode		=	0200,           	.proc_handler	=	&ipv6_sysctl_rtcache_flush  	},  	{ | 
