mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-14 19:54:06 +01:00
Document rare optimization fix.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
0e4698d57c
commit
f49848bd5b
@ -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.
|
||||
|
@ -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
|
||||
----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user