mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-12 07:49:58 +01:00
Document port range editing fix.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
79dbd8883a
commit
4267ad1898
@ -2,6 +2,8 @@ Changes in Shorewall 4.4.11.3
|
||||
|
||||
1) Fix duplicate rule generation with 'any'.
|
||||
|
||||
2) Fix port range editing problem.
|
||||
|
||||
Changes in Shorewall 4.4.11.2
|
||||
|
||||
1) Correct typo that caused hang after executing a stop, reset or
|
||||
|
@ -70,3 +70,12 @@
|
||||
a duplicate rule is generated in all "fw2*" ("fw-* if
|
||||
ZONE2ZONE="-"). If 'any' is used in the DEST column, then a
|
||||
duplicate rule appears in all "*2fw" (*-fw) chains.
|
||||
|
||||
10) A port range that omits the first port number (e.g., ":80") is
|
||||
rejected with the following error:
|
||||
|
||||
ERROR: Invalid/Unknown tcp port/service (0) : ......
|
||||
|
||||
A workaround is to specify the first port as 1 (e.g., "1:80").
|
||||
|
||||
|
||||
|
@ -225,6 +225,11 @@ 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
|
||||
used in the DEST column, then a duplicate rule appeared in all "*2fw"
|
||||
(*-fw) chains.
|
||||
|
||||
2) A port range that omitted the first port number (e.g., ":80") was
|
||||
rejected with the following error:
|
||||
|
||||
ERROR: Invalid/Unknown tcp port/service (0) : ......
|
||||
|
||||
4.4.11.2
|
||||
|
||||
1) A typo in /sbin/shorewall6-lite version 4.4.11.1 caused the
|
||||
|
Loading…
Reference in New Issue
Block a user