mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 16:13:18 +01:00
Update some module versions
This commit is contained in:
parent
2125f3140f
commit
83bef182b1
@ -45,7 +45,7 @@ our @EXPORT = qw( process_tos
|
||||
compile_stop_firewall
|
||||
);
|
||||
our @EXPORT_OK = qw( process_rule process_rule1 initialize );
|
||||
our $VERSION = '4.3_7';
|
||||
our $VERSION = '4.3_11';
|
||||
|
||||
#
|
||||
# Set to one if we find a SECTION
|
||||
|
@ -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.3_7';
|
||||
our $VERSION = '4.3_11';
|
||||
|
||||
our %tcs = ( T => { chain => 'tcpost',
|
||||
connmark => 0,
|
||||
|
@ -72,7 +72,7 @@ our @EXPORT = qw( NOTHING
|
||||
);
|
||||
|
||||
our @EXPORT_OK = qw( initialize );
|
||||
our $VERSION = '4.3_7';
|
||||
our $VERSION = '4.3_11';
|
||||
|
||||
#
|
||||
# IPSEC Option types
|
||||
|
Loading…
Reference in New Issue
Block a user