forked from extern/shorewall_code
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"}
|