mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-23 19:21:21 +02:00
action.ResetEvent: reformat to new header style
Signed-off-by: Tuomo Soini <tis@foobar.fi>
This commit is contained in:
parent
7052819a9c
commit
001aabf72c
@ -1,22 +1,24 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Reset an Event
|
# Shorewall -- /etc/shorewall/action.ResetEvent
|
||||||
#
|
#
|
||||||
# /etc/shorewall/action.ResetEvent
|
# Reset an Event
|
||||||
#
|
#
|
||||||
# Parameters:
|
# Parameters:
|
||||||
# Event: Must start with a letter and be composed of letters, digits, '-', and '_'.
|
#
|
||||||
# Action: Action to perform after setting the event. Default is ACCEPT
|
# Event - Must start with a letter and be composed of letters, digits,
|
||||||
# Src or Dest: 'src' (default) or 'dst'. Determines if the event is associated with the source
|
# '-', and '_'.
|
||||||
# address (src) or destination address (dst)
|
# Action - Action to perform after setting the event. Default is ACCEPT
|
||||||
# Disposition: Disposition for any rule generated.
|
# Src or Dest - 'src' (default) or 'dst'. Determines if the event is
|
||||||
|
# associated with the source address (src) or destination
|
||||||
|
# address (dst)
|
||||||
|
# Disposition - Disposition for any rule generated.
|
||||||
#
|
#
|
||||||
# For additional information, see http://www.shorewall.net/Events.html
|
# For additional information, see http://www.shorewall.net/Events.html
|
||||||
#
|
#
|
||||||
#######################################################################################################
|
###############################################################################
|
||||||
# DO NOT REMOVE THE FOLLOWING LINE
|
# DO NOT REMOVE THE FOLLOWING LINE
|
||||||
#################################################################################################################################################################################################
|
##############################################################################################################################################################
|
||||||
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/ MARK CONNLIMIT TIME HEADERS SWITCH HELPER
|
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER MARK CONNLIMIT TIME HEADERS SWITCH HELPER
|
||||||
# PORT PORT(S) DEST LIMIT GROUP
|
|
||||||
|
|
||||||
DEFAULTS -,ACCEPT,src,-
|
DEFAULTS -,ACCEPT,src,-
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user