From d7cde44a9e971651d70a7e1f353d8877a95fe1f1 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 17 Nov 2009 12:41:50 -0800 Subject: [PATCH] Update the known problems list --- Shorewall/known_problems.txt | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/Shorewall/known_problems.txt b/Shorewall/known_problems.txt index 697586326..75d61a17d 100644 --- a/Shorewall/known_problems.txt +++ b/Shorewall/known_problems.txt @@ -1 +1,24 @@ -There are no known problems in Shorewall version 4.4.3 +1) In some simple one-interface configurations, the following Perl + run-time error messages is issued: + + Generating Rule Matrix... + Use of uninitialized value in concatenation (.) or string at + /usr/share/shorewall/Shorewall/Chains.pm line 649. + Use of uninitialized value in concatenation (.) or string at + /usr/share/shorewall/Shorewall/Chains.pm line 649. + Creating iptables-restore input... + + The messages are harmless and can be ignored. + +2) The Shorewall operations log (specified by STARTUP_LOG) is not + secured 0600. + + To work around the this issue, simply use chmod to change the + file's permissions. + +3) The compiler generates an incorrect test for interface + availability in the generated code for adding route rules. The + result is that the rules are always added, regardless of the + state of the provider's interface. + + Will be corrected in Shorewall 4.4.4.