Add comment describing the origin member of a rule

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-01-31 09:29:24 -08:00
parent 2a56f50d99
commit 28983a0194

View File

@ -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