mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-15 01:58:48 +01:00
Update module versions for modified modules
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6920 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
5bedefc593
commit
a5f88baea8
@ -127,7 +127,7 @@ our @EXPORT = qw( STANDARD
|
||||
%targets
|
||||
);
|
||||
our @EXPORT_OK = qw( initialize );
|
||||
our $VERSION = 4.00;
|
||||
our $VERSION = 4.01;
|
||||
|
||||
#
|
||||
# Chain Table
|
||||
|
@ -94,7 +94,7 @@ our @EXPORT = qw(
|
||||
%capabilities );
|
||||
|
||||
our @EXPORT_OK = qw( $shorewall_dir initialize read_a_line1 set_config_path );
|
||||
our $VERSION = 4.00;
|
||||
our $VERSION = 4.01;
|
||||
|
||||
#
|
||||
# describe the current command, it's present progressive, and it's completion.
|
||||
|
@ -34,7 +34,7 @@ use strict;
|
||||
our @ISA = qw(Exporter);
|
||||
our @EXPORT = qw( validate_policy apply_policy_rules complete_standard_chain sub setup_syn_flood_chains );
|
||||
our @EXPORT_OK = qw( );
|
||||
our $VERSION = 4.00;
|
||||
our $VERSION = 4.01;
|
||||
|
||||
#
|
||||
# Create a new policy chain and return a reference to it.
|
||||
|
@ -47,7 +47,7 @@ our @EXPORT = qw( process_tos
|
||||
dump_rule_chains
|
||||
);
|
||||
our @EXPORT_OK = qw( process_rule process_rule1 initialize );
|
||||
our $VERSION = 4.00;
|
||||
our $VERSION = 4.01;
|
||||
|
||||
#
|
||||
# Keep track of chains for the /var/lib/shorewall[-lite]/chains file
|
||||
|
Loading…
Reference in New Issue
Block a user