forked from extern/shorewall_code
Fix compile for export
This commit is contained in:
parent
16826aeb31
commit
90b07d849d
@ -837,7 +837,7 @@ sub compiler {
|
||||
#
|
||||
# And generate the auxilary config file
|
||||
#
|
||||
generate_aux_config if $export;
|
||||
enable_object, generate_aux_config if $export;
|
||||
}
|
||||
|
||||
close_log if $log;
|
||||
|
@ -15,6 +15,8 @@ Changes in Shorewall 4.3.10
|
||||
|
||||
7) Remove IPMARK support.
|
||||
|
||||
8) Fix compile for export.
|
||||
|
||||
Changes in Shorewall 4.3.9
|
||||
|
||||
1) Logging rules now create separate chain.
|
||||
|
@ -208,6 +208,9 @@ None.
|
||||
/etc/shorewall/masq is now deprecated. Entering the name of an
|
||||
interface there will result in a compile-time warning.
|
||||
|
||||
5) Compile for export (such as in the 'shorewall reload' command)
|
||||
caused the compiler to fail with an internal error.
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
N E W F E A T U R E S IN 4 . 3
|
||||
----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user