mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 17:28:35 +02:00
Fix a couple of buglets
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6751 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
01e32dee56
commit
bb75d0f161
@ -104,7 +104,7 @@ sub generate_script_1() {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
copy "$globals{SHAREDIRPL}/lib.base";
|
copy "$globals{SHAREDIRPL}lib.base";
|
||||||
|
|
||||||
emitj ( '################################################################################',
|
emitj ( '################################################################################',
|
||||||
'# End of /usr/share/shorewall-perl/lib.base',
|
'# End of /usr/share/shorewall-perl/lib.base',
|
||||||
|
@ -1091,7 +1091,7 @@ sub get_configuration( $ ) {
|
|||||||
|
|
||||||
warning_message 'DELAYBLACKLISTLOAD=Yes is not supported by Shorewall-perl ' . $globals{VERSION} if $config{DELAYBLACKLISTLOAD};
|
warning_message 'DELAYBLACKLISTLOAD=Yes is not supported by Shorewall-perl ' . $globals{VERSION} if $config{DELAYBLACKLISTLOAD};
|
||||||
|
|
||||||
default_yes_no 'LOGTAGONLY' , '';
|
default_yes_no 'LOGTAGONLY' , ''; $globals{LOGTAGONLY} = $config{LOGTAGONLY};
|
||||||
default_yes_no 'RFC1918_STRICT' , '';
|
default_yes_no 'RFC1918_STRICT' , '';
|
||||||
default_yes_no 'SAVE_IPSETS' , '';
|
default_yes_no 'SAVE_IPSETS' , '';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user