From: Jo-Philipp Wich <jow@openwrt.org>
Date: Wed, 19 May 2010 21:37:12 +0000 (+0000)
Subject: firewall: don't apply default udp/68 rule to ip6tables
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=cc84e0672baab38c2b912454e6fa3395b2561928;p=openwrt%2Fstaging%2Fynezz.git

firewall: don't apply default udp/68 rule to ip6tables

SVN-Revision: 21509
---

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