mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-24 14:39:04 +01:00
Correct example in the docs and ensure that future idiots don't place 'default' in the PRIO column of tcclasses
This commit is contained in:
parent
679cff2779
commit
4eb9e5db3d
@ -678,7 +678,7 @@ sub validate_tc_class( ) {
|
||||
$rate = convert_rate ( $full, $rate, 'RATE' );
|
||||
}
|
||||
|
||||
fatal_error "Invalid PRIO ($prio)" unless defined numeric_value $prio;;
|
||||
fatal_error "Invalid PRIO ($prio)" unless defined numeric_value $prio;
|
||||
|
||||
$tcref->{$classnumber} = { tos => [] ,
|
||||
rate => $rate ,
|
||||
|
Loading…
Reference in New Issue
Block a user