mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 08:03:11 +01:00
Add comment describing the origin member of a rule
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
2a56f50d99
commit
28983a0194
@ -623,9 +623,12 @@ our %ipset_exists;
|
||||
# Omitted, if target is ''.
|
||||
# target => Rule target, if jump is 'j' or 'g'.
|
||||
# targetopts => Target options. Only included if non-empty
|
||||
# matches => List of matches in the rule
|
||||
# <option> => iptables/ip6tables -A options (e.g., i => eth0)
|
||||
# <match> => iptables match. Value may be a scalar or array.
|
||||
# if an array, multiple "-m <match>"s will be generated
|
||||
# <origin> => configuration file and line number that generated the rule
|
||||
# May be empty.
|
||||
# }
|
||||
#
|
||||
# The following constants and hash are used to classify keys in a rule hash
|
||||
|
Loading…
Reference in New Issue
Block a user