hostapd: update to 2011-02-21, use PKG_MIRROR_MD5SUM, includes fixes for WPS
[openwrt.git] / package / firewall / files / firewall.config
index 50a92f7..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,14 @@ config rule
        option proto            udp
        option dest_port        68
        option target           ACCEPT
+       option family   ipv4
+
+#Allow ping
+config rule
+       option src wan
+       option proto icmp
+       option icmp_type echo-request
+       option target ACCEPT
 
 # include a file with users custom iptables rules
 config include
This page took 0.023752 seconds and 4 git commands to generate.