Fix 15-port removal change

This commit is contained in:
Tom Eastep 2009-11-21 14:29:11 -08:00
parent 824dea615e
commit 446dff6ec5
4 changed files with 10 additions and 4 deletions

View File

@ -322,7 +322,7 @@ sub process_routestopped() {
$seq++;
my $rule = do_proto( $proto, $ports, $sports, 1 );
my $rule = do_proto( $proto, $ports, $sports, 0 );
for my $host ( split /,/, $hosts ) {
validate_host $host, 1;

View File

@ -1,6 +1,6 @@
Changes in Shorewall 4.4.4.1
None.
1) Fix 15-port change.
Changes in Shorewall 4.4.4

View File

@ -1 +1,5 @@
There are no known problems in Shorewall version 4.4.3
1) The change which removed the 15 port limitation on
/etc/shorewall/routestopped was incomplete. The result is that if
more than 15 ports are listed, an error is generated.
This problem is corrected in Shorewall 4.4.4.1.

View File

@ -177,7 +177,9 @@ Shorewall 4.4.4 Patch Release 1
P R O B L E M S C O R R E C T E D I N 4 . 4 . 4 . 1
----------------------------------------------------------------------------
None.
1) The change which removed the 15 port limitation on
/etc/shorewall/routestopped was incomplete. The result was that if
more than 15 ports are listed, an error was generated.
----------------------------------------------------------------------------
P R O B L E M S C O R R E C T E D I N 4 . 4 . 4