forked from extern/shorewall_code
Fix 15-port removal change
This commit is contained in:
parent
824dea615e
commit
446dff6ec5
@ -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;
|
||||
|
@ -1,6 +1,6 @@
|
||||
Changes in Shorewall 4.4.4.1
|
||||
|
||||
None.
|
||||
1) Fix 15-port change.
|
||||
|
||||
Changes in Shorewall 4.4.4
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user