Document rare optimization fix.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-04-26 16:32:53 -07:00
parent 0e4698d57c
commit f49848bd5b
2 changed files with 18 additions and 0 deletions

View File

@ -36,6 +36,8 @@ Changes in Shorewall 4.4.9
17) Set IP before sourcing the params file.
18) Fix rare optimization bug.
Changes in Shorewall 4.4.8
1) Correct handling of RATE LIMIT on NAT rules.

View File

@ -278,6 +278,22 @@ 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
11) If find_first_interface_address() was called in the params file, a
fatal error occured on start/restart.
12) The following valid configuration produced invalid
iptables-restore input:
/etc/shorewall/shorewall.conf: OPTIMIZE=8
/etc/shorewall/interfaces:
#ZONE INTERFACE BROADCAST OPTIONS
vpn TUN+ - tun+
/etc/shorewall/netmap:
#TYPE NET1 INTEFACE NET2
SNAT 1.2.3.0/24 TUN0 3.4.5.0/24
DNAT 3.4.5.0/24 TUN0 1.2.3.0/24
----------------------------------------------------------------------------
I V. K N O W N P R O B L E M S R E M A I N I N G
----------------------------------------------------------------------------