Browse Source

firewall: add commented disable_ipv6 option to default config

SVN-Revision: 21505
Jo-Philipp Wich 16 years ago
parent
commit
3875f85110
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/firewall/files/firewall.config

+ 2 - 0
package/firewall/files/firewall.config

@@ -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