diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-19 09:49:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-19 09:49:21 +0000 |
commit | 3875f85110b386d89ac5aa9905d1ecab48417c59 (patch) | |
tree | 45dea69a293875f9e2860640214ab3ffdfaebb00 /package | |
parent | 8e26889bb8e228c31f108a356ddbbe47c7eed18e (diff) | |
download | upstream-3875f85110b386d89ac5aa9905d1ecab48417c59.tar.gz upstream-3875f85110b386d89ac5aa9905d1ecab48417c59.tar.bz2 upstream-3875f85110b386d89ac5aa9905d1ecab48417c59.zip |
firewall: add commented disable_ipv6 option to default config
SVN-Revision: 21505
Diffstat (limited to 'package')
-rw-r--r-- | package/firewall/files/firewall.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config index b4aa4595d9..7682ace78d 100644 --- a/package/firewall/files/firewall.config +++ b/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 |