diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 17e79a18d..e4d20896c 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -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 diff --git a/Shorewall/known_problems.txt b/Shorewall/known_problems.txt index a2d11e220..7eacea5d2 100644 --- a/Shorewall/known_problems.txt +++ b/Shorewall/known_problems.txt @@ -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"). + + diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index cc5d408a8..767ef513c 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -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