Document optimizer fix

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-02-14 10:30:18 -08:00
parent 3b7232a5fa
commit e67d8e6402
2 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,9 @@ Changes in Shorewall 4.4.18 Beta 2
2) Remove hardcoded 0.0.0.0/0 from Providers.pm 2) Remove hardcoded 0.0.0.0/0 from Providers.pm
3) Correct an optimizer defect having to do with jumps containing a
comment.
Changes in Shorewall 4.4.18 Beta 1 Changes in Shorewall 4.4.18 Beta 1
1) Split up modules file. 1) Split up modules file.

View File

@ -19,6 +19,13 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
produce an 'ip route add' command containing an IPv4 address. It now produce an 'ip route add' command containing an IPv4 address. It now
correctly uses the equivalent IPv6 address. correctly uses the equivalent IPv6 address.
2) When optimize level 4 was set, the optimizer mis-handled rules of the
form:
-A <chain1> -j <chain2> -m comment ...
when such a rule was the only rule in a chain.
4.4.18 Beta 1 4.4.18 Beta 1
None. None.