forked from extern/shorewall_code
Add fix inadvertently dropped from 4.4.19.4
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
9c2c562bf5
commit
e69f22725f
@ -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