diff options
author | Phil Sutter <phil@nwl.cc> | 2010-04-11 23:37:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-12 20:06:21 +0200 |
commit | 64e18613d6fa738e74f768f8c9f79010b886f924 (patch) | |
tree | 5f8aff78e445c074b15d4a30683080782b42150c /package | |
parent | dcc208d1f0033508a937c50a6caba280c19ecda5 (diff) |
base-files/sysctl.conf: add statement to enable IPv6 forwarding
Diffstat (limited to 'package')
-rw-r--r-- | package/base-files/src/etc/sysctl.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/src/etc/sysctl.conf b/package/base-files/src/etc/sysctl.conf index 73260cf9d..f45e98632 100644 --- a/package/base-files/src/etc/sysctl.conf +++ b/package/base-files/src/etc/sysctl.conf @@ -4,6 +4,7 @@ #kernel.panic = 3 # Enable packet forwarding #net.ipv4.ip_forward = 1 +#net.ipv6.conf.all.forwarding = 1 # Disables IP dynaddr #net.ipv4.ip_dynaddr = 0 # Disable ECN |