Minor updates for 1.4.9

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1071 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-01-09 20:20:43 +00:00
parent 5338cb48b0
commit 252eaec29a

View File

@ -43,6 +43,7 @@ run_iptables -A common -p udp --sport 53 -mstate --state NEW -j DROP
# ICMP -- Silently drop null-address ICMPs
#
run_iptables -A common -p icmp -s 0.0.0.0 -j DROP
run_iptables -A common -p icmp -d 0.0.0.0 -j DROP