mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
Document correction to startup error logging
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
ee92294804
commit
8d896e9700
@ -2,6 +2,8 @@ Changes in Shorewall 4.4.9.1
|
||||
|
||||
1) Avoid 'regression' in return value from add_rule()
|
||||
|
||||
2) Log startup errors
|
||||
|
||||
Changes in Shorewall 4.4.9
|
||||
|
||||
1) Auto-detection of bridges.
|
||||
|
@ -5,3 +5,9 @@
|
||||
Your Perl extension scripts should always end with a line that
|
||||
consists of '1;' to ensure that your script doesn't inadvertently
|
||||
return 'false'.
|
||||
|
||||
2) In all Shorewall 4.4 versions, startup errors (those occuring
|
||||
before the state of the firewall is changed) are not logged to the
|
||||
STARTUP_LOG.
|
||||
|
||||
Corrected in Shorewall 4.4.9.1
|
||||
|
@ -231,6 +231,10 @@ I I I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E
|
||||
always best practice to conclude your Perl extension scripts with a
|
||||
line consisting of ';'.
|
||||
|
||||
2) In all Shorewall 4.4 versions, startup errors (those occuring
|
||||
before the state of the firewall is changed) are were logged to the
|
||||
STARTUP_LOG.
|
||||
|
||||
4.4.9
|
||||
|
||||
1) Logical interface names in the EXTERNAL column of
|
||||
|
Loading…
Reference in New Issue
Block a user