summaryrefslogtreecommitdiff
path: root/sysconf/vyatta-sysctl.conf
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-17 09:21:22 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-17 10:00:25 +0100
commitb74daed7c3d2e302426fd5c6ace7e299d4278ca0 (patch)
treef7e7e0d1b3206ece6fa15af2bd3d075c076cf134 /sysconf/vyatta-sysctl.conf
parent0dccb303c09069ab3997a508f18d1e94f9332f90 (diff)
downloadvyatta-cfg-system-b74daed7c3d2e302426fd5c6ace7e299d4278ca0.tar.gz
vyatta-cfg-system-b74daed7c3d2e302426fd5c6ace7e299d4278ca0.zip
T671: cleanup rl-system and move components to better suited locations
- CHanging sysctl values should be done by out generic file /etc/sysctl.d/30-vyatta-router.conf - NTP config must not be restored from from /opt as it is entirely rendered from scratch.
Diffstat (limited to 'sysconf/vyatta-sysctl.conf')
-rw-r--r--sysconf/vyatta-sysctl.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysconf/vyatta-sysctl.conf b/sysconf/vyatta-sysctl.conf
index 0314fcc5..01ae92f8 100644
--- a/sysconf/vyatta-sysctl.conf
+++ b/sysconf/vyatta-sysctl.conf
@@ -71,6 +71,9 @@ net.ipv4.conf.all.send_redirects=1
# Increase size of buffer for netlink
net.core.rmem_max=2097152
+# Enable packet forwarding for IPv6
+net.ipv6.conf.all.forwarding=1
+
# Do not forget IPv6 addresses when a link goes down
net.ipv6.conf.default.keep_addr_on_down=1
net.ipv6.conf.all.keep_addr_on_down=1