Set module versions to 4.00

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6734 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-07-01 00:08:23 +00:00
parent fd3249d2f2
commit c210b996c0
20 changed files with 20 additions and 20 deletions

View File

@ -37,7 +37,7 @@ use strict;
our @ISA = qw(Exporter);
our @EXPORT = qw( setup_accounting );
our @EXPORT_OK = qw( );
our $VERSION = '4.0.0';
our $VERSION = 4.00;
#
# Initialize globals -- we take this novel approach to globals initialization to allow

View File

@ -49,7 +49,7 @@ our @EXPORT = qw( merge_levels
%actions
);
our @EXPORT_OK = qw( initialize );
our $VERSION = '4.0.0';
our $VERSION = 4.00;
#
# Used Actions. Each action that is actually used has an entry with value 1.

View File

@ -128,7 +128,7 @@ our @EXPORT = qw( STANDARD
%targets
);
our @EXPORT_OK = qw( initialize );
our $VERSION = '4.0.0';
our $VERSION = 4.00;
#
# Chain Table

View File

@ -61,7 +61,7 @@ our @EXPORT = qw(
$verbose
);
our @EXPORT_OK = qw( $timestamp initialize );
our $VERSION = '4.0.0';
our $VERSION = 4.00;
our $line;
our ($command, $doing, $done );

View File

@ -45,7 +45,7 @@ use Shorewall::Proxyarp;
our @ISA = qw(Exporter);
our @EXPORT = qw( compiler EXPORT TIMESTAMP DEBUG );
our @EXPORT_OK = qw( $export );
our $VERSION = '4.0.0';
our $VERSION = 4.00;
our $export;

View File

@ -65,7 +65,7 @@ our @EXPORT = qw(
%capabilities );
our @EXPORT_OK = qw( $shorewall_dir initialize read_a_line1 set_config_path );
our $VERSION = '4.0.0';
our $VERSION = 4.00;
#
# Misc Globals

View File

@ -33,7 +33,7 @@ use warnings;
our @ISA = qw(Exporter);
our @EXPORT = qw( %protocols %services );
our @EXPORT_OK = qw();
our $VERSION = '4.0.0';
our $VERSION = 4.00;
our %protocols = (
ip => 0,

View File

@ -36,7 +36,7 @@ use strict;
our @ISA = qw(Exporter);
our @EXPORT = qw( validate_hosts_file find_hosts_by_option );
our @EXPORT_OK = ();
our $VERSION = '4.0.0';
our $VERSION = 4.00;
#
# Validates the hosts file. Generates entries in %zone{..}{hosts}

View File

@ -41,7 +41,7 @@ our @EXPORT = qw( ALLIPv4
@rfc1918_networks
);
our @EXPORT_OK = qw( );
our $VERSION = '4.0.0';
our $VERSION = 4.00;
#
# Some IPv4 useful stuff

View File

@ -47,7 +47,7 @@ our @EXPORT = qw( add_group_to_zone
@interfaces
@bridges );
our @EXPORT_OK = qw( initialize );
our $VERSION = '4.0.0';
our $VERSION = 4.00;
#

View File

@ -40,7 +40,7 @@ our @EXPORT = qw( find_macro
%macros );
our @EXPORT_OK = qw( initialize );
our $VERSION = '4.0.0';
our $VERSION = 4.00;
our %macros;

View File

@ -38,7 +38,7 @@ use strict;
our @ISA = qw(Exporter);
our @EXPORT = qw( setup_masq setup_nat setup_netmap add_addresses );
our @EXPORT_OK = ();
our $VERSION = '4.0.0';
our $VERSION = 4.00;
our @addresses_to_add;
our %addresses_to_add;

View File

@ -35,7 +35,7 @@ use strict;
our @ISA = qw(Exporter);
our @EXPORT = qw( validate_policy apply_policy_rules complete_standard_chain );
our @EXPORT_OK = qw( );
our $VERSION = '4.0.0';
our $VERSION = 4.00;
#
# Create a new policy chain and return a reference to it.

View File

@ -44,7 +44,7 @@ our @EXPORT = qw(
setup_forwarding
);
our @EXPORT_OK = qw( );
our $VERSION = '4.0.0';
our $VERSION = 4.00;
#
# ARP Filtering

View File

@ -36,7 +36,7 @@ use strict;
our @ISA = qw(Exporter);
our @EXPORT = qw( setup_providers @routemarked_interfaces);
our @EXPORT_OK = qw( initialize );
our $VERSION = '4.0.0';
our $VERSION = 4.00;
use constant { LOCAL_NUMBER => 255,
MAIN_NUMBER => 254,

View File

@ -36,7 +36,7 @@ our @EXPORT = qw(
);
our @EXPORT_OK = qw( initialize );
our $VERSION = '4.0.0';
our $VERSION = 4.00;
our @proxyarp;

View File

@ -51,7 +51,7 @@ our @EXPORT = qw( process_tos
dump_rule_chains
);
our @EXPORT_OK = qw( process_rule process_rule1 initialize );
our $VERSION = '4.0.0';
our $VERSION = 4.00;
#
# Keep track of chains for the /var/lib/shorewall[-lite]/chains file

View File

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

View File

@ -34,7 +34,7 @@ use strict;
our @ISA = qw(Exporter);
our @EXPORT = qw( setup_tunnels );
our @EXPORT_OK = ( );
our $VERSION = '4.0.0';
our $VERSION = 4.00;
#
# Here starts the tunnel stuff -- we really should get rid of this crap...

View File

@ -48,7 +48,7 @@ our @EXPORT = qw( NOTHING
%interfaces );
our @EXPORT_OK = qw( initialize );
our $VERSION = '4.0.0';
our $VERSION = 4.00;
#
# IPSEC Option types