Update version of a couple of Perl Modules

This commit is contained in:
Tom Eastep 2010-11-22 13:23:15 -08:00
parent 93d165d3ec
commit f2f2ef713d
3 changed files with 3 additions and 3 deletions

View File

@ -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 optimize_policy_chains);
our @EXPORT_OK = qw( );
our $VERSION = '4.4_14';
our $VERSION = '4.4_15';
# @policy_chains is a list of references to policy chains in the filter table

View File

@ -46,7 +46,7 @@ our @EXPORT = qw( process_tos
compile_stop_firewall
);
our @EXPORT_OK = qw( process_rule process_rule1 initialize );
our $VERSION = '4.4_14';
our $VERSION = '4.4_15';
our $macro_nest_level;
our $current_param;

View File

@ -40,7 +40,7 @@ use strict;
our @ISA = qw(Exporter);
our @EXPORT = qw( setup_tc );
our @EXPORT_OK = qw( process_tc_rule initialize );
our $VERSION = '4.4_14';
our $VERSION = '4.4_15';
our %tcs = ( T => { chain => 'tcpost',
connmark => 0,