mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-26 12:42:40 +02:00
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
|
# And generate the auxilary config file
|
||||||
#
|
#
|
||||||
generate_aux_config if $export;
|
enable_object, generate_aux_config if $export;
|
||||||
}
|
}
|
||||||
|
|
||||||
close_log if $log;
|
close_log if $log;
|
||||||
|
@ -15,6 +15,8 @@ Changes in Shorewall 4.3.10
|
|||||||
|
|
||||||
7) Remove IPMARK support.
|
7) Remove IPMARK support.
|
||||||
|
|
||||||
|
8) Fix compile for export.
|
||||||
|
|
||||||
Changes in Shorewall 4.3.9
|
Changes in Shorewall 4.3.9
|
||||||
|
|
||||||
1) Logging rules now create separate chain.
|
1) Logging rules now create separate chain.
|
||||||
|
@ -208,6 +208,9 @@ None.
|
|||||||
/etc/shorewall/masq is now deprecated. Entering the name of an
|
/etc/shorewall/masq is now deprecated. Entering the name of an
|
||||||
interface there will result in a compile-time warning.
|
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
|
N E W F E A T U R E S IN 4 . 3
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user