[package] firewall: add commented disable_ipv6 option to default config
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 19 May 2010 09:49:21 +0000 (09:49 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 19 May 2010 09:49:21 +0000 (09:49 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21505 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/firewall/files/firewall.config

index b4aa459..7682ace 100644 (file)
@@ -3,6 +3,8 @@ config defaults
        option input            ACCEPT
        option output           ACCEPT 
        option forward          REJECT
+# Uncomment this line to disable ipv6 rules
+#      option disable_ipv6     1
 
 config zone
        option name             lan
This page took 0.035273 seconds and 4 git commands to generate.