1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 07:41:09 +02:00

[package] firewall: add commented disable_ipv6 option to default config

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21505 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-05-19 09:49:21 +00:00
parent b41b97bc83
commit eecea36854

View File

@ -3,6 +3,8 @@ config defaults
option input ACCEPT option input ACCEPT
option output ACCEPT option output ACCEPT
option forward REJECT option forward REJECT
# Uncomment this line to disable ipv6 rules
# option disable_ipv6 1
config zone config zone
option name lan option name lan