[ar71xx] fix dir-825-b1 default network config after r21905
[openwrt.git] / package / firewall / files / firewall.config
index b4aa459..7904ced 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
This page took 0.030971 seconds and 4 git commands to generate.