mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-15 02:38:17 +02:00
@ -820,7 +820,7 @@ sub compiler {
|
|||||||
|
|
||||||
if ( $scriptfilename ) {
|
if ( $scriptfilename ) {
|
||||||
#
|
#
|
||||||
# Generate the zone by zone matrix
|
# Compiling a script - generate the zone by zone matrix
|
||||||
#
|
#
|
||||||
generate_matrix;
|
generate_matrix;
|
||||||
|
|
||||||
@ -867,6 +867,9 @@ sub compiler {
|
|||||||
#
|
#
|
||||||
enable_script, generate_aux_config if $export;
|
enable_script, generate_aux_config if $export;
|
||||||
} else {
|
} else {
|
||||||
|
#
|
||||||
|
# Checking the configuration only
|
||||||
|
#
|
||||||
if ( $preview ) {
|
if ( $preview ) {
|
||||||
generate_matrix;
|
generate_matrix;
|
||||||
preview_netfilter_load;
|
preview_netfilter_load;
|
||||||
|
Reference in New Issue
Block a user