mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
easy-qos: update priority best to besteffort
This commit is contained in:
parent
a197b9331e
commit
f01d3b6700
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ get_priority() {
|
|||
echo 0;;
|
||||
"low")
|
||||
echo 1;;
|
||||
"best")
|
||||
"besteffort")
|
||||
echo 2;;
|
||||
"normal")
|
||||
echo 3;;
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ get_priority() {
|
|||
echo 0;;
|
||||
"low")
|
||||
echo 1;;
|
||||
"best")
|
||||
"besteffort")
|
||||
echo 2;;
|
||||
"normal")
|
||||
echo 3;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue