mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-15 10:51:02 +01:00
Bump version of the Zones module
This commit is contained in:
parent
a5cce67fc2
commit
d4d1bb7b41
@ -613,7 +613,7 @@ sub process_action( $) {
|
||||
|
||||
if ( $targets{$action} & BUILTIN ) {
|
||||
$level = '' if $level =~ /none!?/;
|
||||
$builtinops{$action}->($chainref, $level, $tag, $param );
|
||||
$builtinops{$action}->( $chainref, $level, $tag, $param );
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -84,7 +84,7 @@ our @EXPORT = qw( NOTHING
|
||||
);
|
||||
|
||||
our @EXPORT_OK = qw( initialize );
|
||||
our $VERSION = '4.4_15';
|
||||
our $VERSION = '4.4_16';
|
||||
|
||||
#
|
||||
# IPSEC Option types
|
||||
|
Loading…
Reference in New Issue
Block a user