forked from extern/shorewall_code
Update version of Shorewall::Policy; improve 'expanded' description in Shorewall::Chains
This commit is contained in:
parent
cc809eaf78
commit
5610f78a48
@ -202,7 +202,8 @@ our $VERSION = '4.4_4';
|
||||
#
|
||||
# 'provisional' only applies to policy chains; when true, indicates that this is a provisional policy chain which might be
|
||||
# replaced. Policy chains created under the IMPLICIT_CONTINUE=Yes option are marked with provisional == 1. Similarly,
|
||||
# 'expanded' is set when a policy is define by a wildcard policy.
|
||||
# 'expanded' is set when a specific policy is established by a wildcard policy. Such policies are similar to provisional
|
||||
# policies in that they can be superseded by a specific policy.
|
||||
#
|
||||
# Only 'referenced' chains get written to the iptables-restore input.
|
||||
#
|
||||
|
@ -34,7 +34,7 @@ use strict;
|
||||
our @ISA = qw(Exporter);
|
||||
our @EXPORT = qw( validate_policy apply_policy_rules complete_standard_chain setup_syn_flood_chains save_policies );
|
||||
our @EXPORT_OK = qw( );
|
||||
our $VERSION = '4.4_4';
|
||||
our $VERSION = '4.4_5';
|
||||
|
||||
# @policy_chains is a list of references to policy chains in the filter table
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user