mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-24 07:08:53 +01:00
Add fix inadvertently dropped from 4.4.19.4
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
0e839f3d7b
commit
a3968beb7e
@ -1309,6 +1309,13 @@ sub process_tc_priority() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fatal_error "Invalid tcpri entry" if ( $proto eq '-' &&
|
||||||
|
$ports eq '-' &&
|
||||||
|
$address eq '-' &&
|
||||||
|
$interface eq '-' &&
|
||||||
|
$helper eq '-' );
|
||||||
|
|
||||||
|
|
||||||
my $val = numeric_value $band;
|
my $val = numeric_value $band;
|
||||||
|
|
||||||
fatal_error "Invalid PRIORITY ($band)" unless $val && $val <= 3;
|
fatal_error "Invalid PRIORITY ($band)" unless $val && $val <= 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user