forked from extern/shorewall_code
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:
parent
d621ca52fa
commit
67899bc2b2
@ -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;
|
||||
}
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user