diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-09-23 23:11:28 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-09-23 23:11:28 -0700 |
commit | 89aa57e62e4fc60514f9e514d198573fe36427d1 (patch) | |
tree | 492e29ef2f219bbcc2bcec9bac03214f2d2f3e87 /sysconf/vyatta-sysctl.conf | |
parent | 063143ab7737442bbc460c5465923f5f7bcd41c3 (diff) | |
parent | 8e984715717650648e968860a7cf0e554445ca50 (diff) | |
download | vyatta-cfg-quagga-89aa57e62e4fc60514f9e514d198573fe36427d1.tar.gz vyatta-cfg-quagga-89aa57e62e4fc60514f9e514d198573fe36427d1.zip |
Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwood
Diffstat (limited to 'sysconf/vyatta-sysctl.conf')
-rw-r--r-- | sysconf/vyatta-sysctl.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysconf/vyatta-sysctl.conf b/sysconf/vyatta-sysctl.conf index 5b888a8c..1f270d92 100644 --- a/sysconf/vyatta-sysctl.conf +++ b/sysconf/vyatta-sysctl.conf @@ -31,9 +31,6 @@ net.ipv4.icmp_ignore_bogus_error_responses=1 # Send ICMP responses with primary address of exiting interface net.ipv4.icmp_errors_use_inbound_ifaddr=1 -# Enable packet forwarding for IPv6 -net.ipv6.conf.all.forwarding=1 - # Log packets with impossible addresses to kernel log net.ipv4.conf.all.log_martians=1 @@ -58,6 +55,11 @@ net.ipv4.conf.all.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 + # Disable ipv6 accept_source_route by default net.ipv6.conf.default.accept_source_route=-1 |