Document fix for optimization bug

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-05-29 09:13:52 -07:00
parent e29d6d080d
commit 5bd1bac70d
2 changed files with 13 additions and 1 deletions

View File

@ -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.

View File

@ -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