summaryrefslogtreecommitdiff
path: root/sysconf
diff options
context:
space:
mode:
Diffstat (limited to 'sysconf')
-rw-r--r--sysconf/vyatta-sysctl.conf8
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