Document port range editing fix.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-08-12 11:48:15 -07:00
parent 79dbd8883a
commit 4267ad1898
3 changed files with 16 additions and 0 deletions

View File

@ -2,6 +2,8 @@ Changes in Shorewall 4.4.11.3
1) Fix duplicate rule generation with 'any'. 1) Fix duplicate rule generation with 'any'.
2) Fix port range editing problem.
Changes in Shorewall 4.4.11.2 Changes in Shorewall 4.4.11.2
1) Correct typo that caused hang after executing a stop, reset or 1) Correct typo that caused hang after executing a stop, reset or

View File

@ -70,3 +70,12 @@
a duplicate rule is generated in all "fw2*" ("fw-* if a duplicate rule is generated in all "fw2*" ("fw-* if
ZONE2ZONE="-"). If 'any' is used in the DEST column, then a ZONE2ZONE="-"). If 'any' is used in the DEST column, then a
duplicate rule appears in all "*2fw" (*-fw) chains. 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").

View File

@ -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" used in the DEST column, then a duplicate rule appeared in all "*2fw"
(*-fw) chains. (*-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 4.4.11.2
1) A typo in /sbin/shorewall6-lite version 4.4.11.1 caused the 1) A typo in /sbin/shorewall6-lite version 4.4.11.1 caused the