mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 17:58:07 +02:00
Align some assignments in the Config Module
This commit is contained in:
parent
24412c9498
commit
20cd9848f6
@ -312,10 +312,10 @@ our $tc; # Path to tc
|
|||||||
our $ip; # Path to ip
|
our $ip; # Path to ip
|
||||||
|
|
||||||
use constant { MIN_VERBOSITY => -1,
|
use constant { MIN_VERBOSITY => -1,
|
||||||
MAX_VERBOSITY => 2 ,
|
AX_VERBOSITY => 2 ,
|
||||||
F_IPV4 => 4,
|
F_IPV4 => 4,
|
||||||
F_IPV6 => 6,
|
F_IPV6 => 6,
|
||||||
};
|
};
|
||||||
|
|
||||||
our %validlevels; # Valid log levels.
|
our %validlevels; # Valid log levels.
|
||||||
|
|
||||||
@ -357,14 +357,14 @@ sub initialize( $ ) {
|
|||||||
# Misc Globals
|
# Misc Globals
|
||||||
#
|
#
|
||||||
%globals = ( SHAREDIRPL => '/usr/share/shorewall/' ,
|
%globals = ( SHAREDIRPL => '/usr/share/shorewall/' ,
|
||||||
CONFDIR => '/etc/shorewall', # Run-time configuration directory
|
CONFDIR => '/etc/shorewall', # Run-time configuration directory
|
||||||
CONFIGDIR => '', # Compile-time configuration directory (location of $product.conf)
|
CONFIGDIR => '', # Compile-time configuration directory (location of $product.conf)
|
||||||
LOGPARMS => '',
|
LOGPARMS => '',
|
||||||
TC_SCRIPT => '',
|
TC_SCRIPT => '',
|
||||||
EXPORT => 0,
|
EXPORT => 0,
|
||||||
STATEMATCH => '-m state --state',
|
STATEMATCH => '-m state --state',
|
||||||
UNTRACKED => 0,
|
UNTRACKED => 0,
|
||||||
VERSION => "4.4.17-Beta2",
|
VERSION => "4.4.17-Beta2",
|
||||||
CAPVERSION => 40415 ,
|
CAPVERSION => 40415 ,
|
||||||
);
|
);
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user