summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-02-09 14:42:34 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-02-09 14:42:34 -0800
commit20f89cab61811d5ff05561db53752e45fc25ea77 (patch)
treeefd6b972a83d2b823ff675247cdac164a8470b17
parent92bdb420d038113414ab1ca62d2776ed579e8251 (diff)
downloadvyatta-cfg-system-20f89cab61811d5ff05561db53752e45fc25ea77.tar.gz
vyatta-cfg-system-20f89cab61811d5ff05561db53752e45fc25ea77.zip
Remove IPv6 address_flush sysctl
No longer used in latest Vyatta kernel.
-rwxr-xr-xscripts/rl-system.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rl-system.init b/scripts/rl-system.init
index 960674d8..e901e060 100755
--- a/scripts/rl-system.init
+++ b/scripts/rl-system.init
@@ -147,7 +147,7 @@ set_ipv6_params ()
echo 1 >/proc/sys/net/ipv6/conf/all/forwarding
# These values all should be disabled
- for p in accept_source_route accept_redirects address_flush
+ for p in accept_source_route accept_redirects
do
for d in /proc/sys/net/ipv6/conf/*
do