From 4585888ebb6e95fb489c33d822067a536ea4db8a Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 26 Oct 2010 07:10:01 -0700 Subject: [PATCH] Update known problems with split_list() issue --- Shorewall/known_problems.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Shorewall/known_problems.txt b/Shorewall/known_problems.txt index 5d9148127..de4c102ff 100644 --- a/Shorewall/known_problems.txt +++ b/Shorewall/known_problems.txt @@ -40,3 +40,8 @@ (show log, logwatch and dump) show no log record. Fixed in 4.4.13.3. + +7) In /etc/shorewall/interfaces, if nets=(a.b.c.d/e) is entered then a + fatal error is erroneously raised. + + Workaround: Remove the parentheses (e.g., nets=a.b.c.d/e).