mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-29 19:13:39 +01:00
dbcd4d9d16
Signed-off-by: Tom Eastep <teastep@shorewall.net>
12 lines
375 B
Plaintext
12 lines
375 B
Plaintext
#
|
|
# Shorewall -- /usr/share/shorewall/action.AllowICMPs
|
|
#
|
|
# This action ACCEPTs needed ICMP types.
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER
|
|
|
|
DEFAULTS ACCEPT
|
|
@1 - - icmp fragmentation-needed {comment="Needed ICMP types"}
|
|
@1 - - icmp time-exceeded {comment="Needed ICMP types"}
|