]> git.ipfire.org Git - people/ms/network.git/commitdiff
Enable IPv6 packet forwarding.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Jun 2011 22:17:39 +0000 (22:17 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Jun 2011 22:17:39 +0000 (22:17 +0000)
sysctl.d/network-ipv6.conf [new file with mode: 0644]

diff --git a/sysctl.d/network-ipv6.conf b/sysctl.d/network-ipv6.conf
new file mode 100644 (file)
index 0000000..87af728
--- /dev/null
@@ -0,0 +1,6 @@
+# Kernel configuration file for IPv6
+#
+
+# Enable IPv6 forwarding
+net.ipv6.conf.all.forwarding = 1
+net.ipv6.conf.default.forwarding = 1