mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-29 22:21:07 +02:00
action.A_Reject: reformat to new header style
Signed-off-by: Tuomo Soini <tis@foobar.fi>
This commit is contained in:
@ -1,20 +1,18 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Reject Action
|
# Shorewall -- /usr/share/shorewall/action.A_Reject
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/action.A_Reject
|
# The audited default REJECT action common rules
|
||||||
#
|
#
|
||||||
# The audited default REJECT action common rules
|
# This action is invoked before a REJECT policy is enforced. The purpose
|
||||||
|
# of the action is:
|
||||||
#
|
#
|
||||||
# This action is invoked before a REJECT policy is enforced. The purpose
|
# a) Avoid logging lots of useless cruft.
|
||||||
# of the action is:
|
# b) Ensure that certain ICMP packets that are necessary for successful
|
||||||
#
|
# internet operation are always ACCEPTed.
|
||||||
# a) Avoid logging lots of useless cruft.
|
|
||||||
# b) Ensure that certain ICMP packets that are necessary for successful
|
|
||||||
# internet operation are always ACCEPTed.
|
|
||||||
#
|
#
|
||||||
# IF YOU ARE HAVING CONNECTION PROBLEMS, CHANGING THIS FILE WON'T HELP!!!!!!!!!
|
# IF YOU ARE HAVING CONNECTION PROBLEMS, CHANGING THIS FILE WON'T HELP!!!!!!!!!
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#TARGET SOURCE DEST PROTO
|
#ACTION SOURCE DEST PROTO
|
||||||
#
|
#
|
||||||
# Count packets that come through here
|
# Count packets that come through here
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user