forked from extern/shorewall_code
d39cb6c1c1
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8213 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
17 lines
449 B
Plaintext
17 lines
449 B
Plaintext
#
|
|
# Shorewall version 4 - AllowICMPs Macro
|
|
#
|
|
# /usr/share/shorewall/macro.AllowICMPs
|
|
#
|
|
# This macro ACCEPTs needed ICMP types
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
|
|
# PORT(S) PORT(S) LIMIT GROUP
|
|
|
|
COMMENT Needed ICMP types
|
|
|
|
ACCEPT - - icmp fragmentation-needed
|
|
ACCEPT - - icmp time-exceeded
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|