[backfire] merge r26740
[openwrt-10.03/.git] / package / firewall / files / firewall.config
index b4aa4595d9dca5f015ceb893f0e4d62bc06448ae..7904cedb879140804a8afa1f7f76258538a05516 100644 (file)
@@ -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
@@ -29,6 +31,7 @@ config rule
        option proto            udp
        option dest_port        68
        option target           ACCEPT
+       option family   ipv4
 
 #Allow ping
 config rule