Minor Chains.pm tweak

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6990 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-07-28 19:39:01 +00:00
parent d621ca52fa
commit 67899bc2b2

View File

@ -140,6 +140,7 @@ our $VERSION = 4.01;
# is_policy => 0|1
# is_optionsl => 0|1
# referenced => 0|1
# log => <logging rule number for use when LOGRULENUMBERS>
# policy => <policy>
# loglevel => <level>
# synparams => <burst/limit>
@ -365,9 +366,7 @@ sub add_commands {
}
sub mark_referenced( $ ) {
my $chainref = shift @_;
$chainref->{referenced} = 1;
$_[0]->{referenced} = 1;
}
#