aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-05-19 21:37:12 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-05-19 21:37:12 +0000
commitcc84e0672baab38c2b912454e6fa3395b2561928 (patch)
treeb4f1035055e5fdb7d5464a82a7880f4abcc71637 /package/firewall
parent40ad9defcc545c2925f6c37d17a64707f17f5b78 (diff)
downloadupstream-cc84e0672baab38c2b912454e6fa3395b2561928.tar.gz
upstream-cc84e0672baab38c2b912454e6fa3395b2561928.tar.bz2
upstream-cc84e0672baab38c2b912454e6fa3395b2561928.zip
firewall: don't apply default udp/68 rule to ip6tables
SVN-Revision: 21509
Diffstat (limited to 'package/firewall')
-rw-r--r--package/firewall/files/firewall.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config
index 7682ace78d..7904cedb87 100644
--- a/package/firewall/files/firewall.config
+++ b/package/firewall/files/firewall.config
@@ -31,6 +31,7 @@ config rule
option proto udp
option dest_port 68
option target ACCEPT
+ option family ipv4
#Allow ping
config rule