diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-08-20 15:29:11 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-08-20 15:29:11 +0000 |
commit | 6a9b975ab27df383f9521679f3b0041c5501ff39 (patch) | |
tree | 34be21a12c176ded9cd909a558a7eaa90cffa08f /package/base-files | |
parent | 000eb788e27c3f11e4cb9a2ba42a960e2c012797 (diff) | |
download | master-187ad058-6a9b975ab27df383f9521679f3b0041c5501ff39.tar.gz master-187ad058-6a9b975ab27df383f9521679f3b0041c5501ff39.tar.bz2 master-187ad058-6a9b975ab27df383f9521679f3b0041c5501ff39.zip |
disable ipv6 systcl call, as ipv6 is not enabled by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12351 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/files/etc/sysctl.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/base-files/files/etc/sysctl.conf b/package/base-files/files/etc/sysctl.conf index ec28016270..9ff9aca92f 100644 --- a/package/base-files/files/etc/sysctl.conf +++ b/package/base-files/files/etc/sysctl.conf @@ -9,7 +9,7 @@ net.ipv4.tcp_fin_timeout=30 net.ipv4.tcp_keepalive_time=120 net.ipv4.tcp_syncookies=1 net.ipv4.tcp_timestamps=0 -net.ipv4.netfilter.ip_conntrack_tcp_timeout_established=3600 -net.ipv4.netfilter.ip_conntrack_udp_timeout=60 -net.ipv4.netfilter.ip_conntrack_udp_timeout_stream=180 -net.ipv6.conf.all.forwarding=1 +net.ipv4.netfilter.ip_conntrack_tcp_timeout_established=3600 +net.ipv4.netfilter.ip_conntrack_udp_timeout=60 +net.ipv4.netfilter.ip_conntrack_udp_timeout_stream=180 +# net.ipv6.conf.all.forwarding=1 |