diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-20 19:12:25 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-20 19:12:25 -0800 |
commit | 8145d65a7b185b78d904d561fdb2420edb01369d (patch) | |
tree | 425e21e8caeab17aa0df5cbdd9b9d1d2a6f91331 /sysconf | |
parent | 9d6702bf32bd7ca2a82c78b5f76802c6ca619d6f (diff) | |
download | vyatta-cfg-quagga-8145d65a7b185b78d904d561fdb2420edb01369d.tar.gz vyatta-cfg-quagga-8145d65a7b185b78d904d561fdb2420edb01369d.zip |
Set IPV6 parameters in rl-system.init
The problem is that IPV6 module is not loaded when sysctl's
are interpreted during boot, and we want to allow marking IPV6
disabled.
Diffstat (limited to 'sysconf')
-rw-r--r-- | sysconf/vyatta-sysctl.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysconf/vyatta-sysctl.conf b/sysconf/vyatta-sysctl.conf index 928cd6fb..f10f4541 100644 --- a/sysconf/vyatta-sysctl.conf +++ b/sysconf/vyatta-sysctl.conf @@ -60,7 +60,3 @@ net.ipv4.conf.default.accept_source_route=0 # Enable send_redirects by default net.ipv4.conf.all.send_redirects=1 -# IPv6 parameters: - -# Enable packet forwarding for IPv6 -net.ipv6.conf.all.forwarding=1 |