From 5bd1bac70dd32cbd88c7705dfcb2e57a4085df3d Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 29 May 2010 09:13:52 -0700 Subject: [PATCH] Document fix for optimization bug Signed-off-by: Tom Eastep --- Shorewall/changelog.txt | 2 ++ Shorewall/releasenotes.txt | 12 +++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 2c55755b1..6b4825fec 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -10,6 +10,8 @@ Changes in Shorewall 4.4.10 5) Restore -a functionality to the version command. +6) Correct Optimization issue + Changes in Shorewall 4.4.9 1) Auto-detection of bridges. diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 83f7b69db..6de9cd1d3 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -232,7 +232,17 @@ 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 end their Perl extension scripts with the following line to insure that the script returns a 'true' value: - 1; + 1; + +3) Under rare circumstances involving a complex configuration, + OPTIMIZE=13 and OPTIMIZE=15 could cause invalid iptables-restore + input to be generated. + + Sample error message: + + iptables-restore v1.4.8: Couldn't load target + `sys2sys':/usr/local/libexec/xtables/libipt_sys2sys.so: + cannot open shared object file: No such file or directory ---------------------------------------------------------------------------- I V. K N O W N P R O B L E M S R E M A I N I N G