Enable IPv6 forwarding by default (#2527)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 24 Oct 2007 18:44:07 +0000 (18:44 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 24 Oct 2007 18:44:07 +0000 (18:44 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9435 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/files/etc/sysctl.conf

index 4ad2ab2..2cace59 100644 (file)
@@ -11,3 +11,4 @@ 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