firewall: don't apply default udp/68 rule to ip6tables
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 19 May 2010 21:37:12 +0000 (21:37 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 19 May 2010 21:37:12 +0000 (21:37 +0000)
SVN-Revision: 21509

package/firewall/files/firewall.config

index 7682ace78dbb986060c35d708080288f7f7819eb..7904cedb879140804a8afa1f7f76258538a05516 100644 (file)
@@ -31,6 +31,7 @@ config rule
        option proto            udp
        option dest_port        68
        option target           ACCEPT
+       option family   ipv4
 
 #Allow ping
 config rule