forked from extern/shorewall_code
More module version updates
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6973 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
7a6ac0a561
commit
ee4f4c04a1
@ -70,8 +70,8 @@ Problems corrected in 4.0.1.
|
|||||||
to be generated. This problem occurred with both compilers.
|
to be generated. This problem occurred with both compilers.
|
||||||
|
|
||||||
8) Shorewall now starts at reboot after an upgrade from shorewall <
|
8) Shorewall now starts at reboot after an upgrade from shorewall <
|
||||||
4.0.0. Previously, Shorewall was not started automatically after an
|
4.0.0. Previously, Shorewall was not started automatically at
|
||||||
upgrade using the RPM.
|
reboot after an upgrade using the RPM.
|
||||||
|
|
||||||
9) Shorewall-perl now detects dead policy file entries that result
|
9) Shorewall-perl now detects dead policy file entries that result
|
||||||
when an entry is masked by an earlier entry. Example:
|
when an entry is masked by an earlier entry. Example:
|
||||||
|
@ -55,7 +55,7 @@ our @EXPORT = qw( merge_levels
|
|||||||
%macros
|
%macros
|
||||||
);
|
);
|
||||||
our @EXPORT_OK = qw( initialize );
|
our @EXPORT_OK = qw( initialize );
|
||||||
our $VERSION = 4.00;
|
our $VERSION = 4.01;
|
||||||
|
|
||||||
#
|
#
|
||||||
# Used Actions. Each action that is actually used has an entry with value 1.
|
# Used Actions. Each action that is actually used has an entry with value 1.
|
||||||
|
@ -41,7 +41,7 @@ use Shorewall::Proxyarp;
|
|||||||
our @ISA = qw(Exporter);
|
our @ISA = qw(Exporter);
|
||||||
our @EXPORT = qw( compiler EXPORT TIMESTAMP DEBUG );
|
our @EXPORT = qw( compiler EXPORT TIMESTAMP DEBUG );
|
||||||
our @EXPORT_OK = qw( $export );
|
our @EXPORT_OK = qw( $export );
|
||||||
our $VERSION = 4.00;
|
our $VERSION = 4.01;
|
||||||
|
|
||||||
our $export;
|
our $export;
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ our @EXPORT = qw(
|
|||||||
setup_forwarding
|
setup_forwarding
|
||||||
);
|
);
|
||||||
our @EXPORT_OK = qw( );
|
our @EXPORT_OK = qw( );
|
||||||
our $VERSION = 4.00;
|
our $VERSION = 4.01;
|
||||||
|
|
||||||
#
|
#
|
||||||
# ARP Filtering
|
# ARP Filtering
|
||||||
|
@ -35,7 +35,7 @@ use strict;
|
|||||||
our @ISA = qw(Exporter);
|
our @ISA = qw(Exporter);
|
||||||
our @EXPORT = qw( setup_providers @routemarked_interfaces);
|
our @EXPORT = qw( setup_providers @routemarked_interfaces);
|
||||||
our @EXPORT_OK = qw( initialize );
|
our @EXPORT_OK = qw( initialize );
|
||||||
our $VERSION = 4.00;
|
our $VERSION = 4.01;
|
||||||
|
|
||||||
use constant { LOCAL_NUMBER => 255,
|
use constant { LOCAL_NUMBER => 255,
|
||||||
MAIN_NUMBER => 254,
|
MAIN_NUMBER => 254,
|
||||||
|
@ -35,7 +35,7 @@ our @EXPORT = qw(
|
|||||||
);
|
);
|
||||||
|
|
||||||
our @EXPORT_OK = qw( initialize );
|
our @EXPORT_OK = qw( initialize );
|
||||||
our $VERSION = 4.00;
|
our $VERSION = 4.01;
|
||||||
|
|
||||||
our @proxyarp;
|
our @proxyarp;
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ use strict;
|
|||||||
our @ISA = qw(Exporter);
|
our @ISA = qw(Exporter);
|
||||||
our @EXPORT = qw( setup_tc );
|
our @EXPORT = qw( setup_tc );
|
||||||
our @EXPORT_OK = qw( process_tc_rule initialize );
|
our @EXPORT_OK = qw( process_tc_rule initialize );
|
||||||
our $VERSION = 4.00;
|
our $VERSION = 4.01;
|
||||||
|
|
||||||
our %tcs = ( T => { chain => 'tcpost',
|
our %tcs = ( T => { chain => 'tcpost',
|
||||||
connmark => 0,
|
connmark => 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user