diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 0c77a446d..91896cfcd 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -3,7 +3,9 @@ Changes in Shorewall 4.4.8.1 1) Correct handling of a logical interface name in the EXTERNAL column of proxyarp. -2) Correct find_first_interface_address(). +2) Fix find_first_interface_address() error reporting. + +3) Fix propagation of zero-valued config variables. Changes in Shorewall 4.4.8 diff --git a/Shorewall/known_problems.txt b/Shorewall/known_problems.txt index 0f9c423a8..6dd35c967 100644 --- a/Shorewall/known_problems.txt +++ b/Shorewall/known_problems.txt @@ -5,3 +5,19 @@ Corrected in Shorewall 4.4.8.1 +2) If find_first_interface_address() cannot determine the address of + the passed interface, the following message is issued and the + process continues: + + /usr/share/shorewall/lib.common: line 438: + startup_error: command not found + + Corrected in Shorewall 4.4.8.1 + +3) If LOG_VERBOSITY=0 in shorewall.conf, then when the compiled script + is executed, messages such as the following will be issued: + + /var/lib/shorewall6/.restart: line 65: [: -gt: unary operator + expected + + Corrected in Shorewall 4.4.8.1 diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 8af579b13..248b9c672 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -232,6 +232,11 @@ 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 /usr/share/shorewall/lib.common: line 438: startup_error: command not found +3) If LOG_VERBOSITY=0 in shorewall.conf, then when the compiled script + was executed, messages such as the following would be issued: + + /var/lib/shorewall6/.restart: line 65: [: -gt: unary operator + expected 4.4.8 1) A CONTINUE rule specifying a log level would cause the compiler to