mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 00:34:04 +01:00
832ef83da9
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7839 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
17 lines
443 B
Plaintext
17 lines
443 B
Plaintext
#
|
|
# Shorewall version 4 - AllowICMPs Macro
|
|
#
|
|
# /usr/share/shorewall/macro.AllowICMPs
|
|
#
|
|
# This macro ACCEPTs needed ICMP types
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE 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
|