diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index 6174a543c..cbc8fbc09 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -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. # diff --git a/Shorewall/Perl/Shorewall/Policy.pm b/Shorewall/Perl/Shorewall/Policy.pm index 054b6500a..99d34da14 100644 --- a/Shorewall/Perl/Shorewall/Policy.pm +++ b/Shorewall/Perl/Shorewall/Policy.pm @@ -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