diff --git a/Shorewall/action.SetEvent b/Shorewall/action.SetEvent index 09be83695..503a4e889 100644 --- a/Shorewall/action.SetEvent +++ b/Shorewall/action.SetEvent @@ -1,14 +1,17 @@ # -# Shorewall version 5 - Set an Event +# Shorewall -- /usr/share/shorewall/action.SetEvent # -# /etc/shorewall/action.SetEvent +# Set an Event # # 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 -# 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 event generated. +# +# Event - Must start with a letter and be composed of letters, digits, +# '-', and '_'. +# Action - Action to perform after setting the event. Default is ACCEPT +# 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 event generated. # # For additional information, see http://www.shorewall.net/Events.html #