forked from extern/shorewall_code
Document optimizer fix
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
3b7232a5fa
commit
e67d8e6402
@ -4,6 +4,9 @@ Changes in Shorewall 4.4.18 Beta 2
|
||||
|
||||
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
|
||||
|
||||
1) Split up modules 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
|
||||
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
|
||||
|
||||
None.
|
||||
|
Loading…
Reference in New Issue
Block a user