diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-02-09 14:42:34 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-02-09 14:42:34 -0800 |
commit | 20f89cab61811d5ff05561db53752e45fc25ea77 (patch) | |
tree | efd6b972a83d2b823ff675247cdac164a8470b17 /scripts/rl-system.init | |
parent | 92bdb420d038113414ab1ca62d2776ed579e8251 (diff) | |
download | vyatta-cfg-system-20f89cab61811d5ff05561db53752e45fc25ea77.tar.gz vyatta-cfg-system-20f89cab61811d5ff05561db53752e45fc25ea77.zip |
Remove IPv6 address_flush sysctl
No longer used in latest Vyatta kernel.
Diffstat (limited to 'scripts/rl-system.init')
-rwxr-xr-x | scripts/rl-system.init | 2 |
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 |