mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
qosmngr: Handle classify section name as per uci
This commit is contained in:
parent
dd153fb261
commit
19b0491590
1 changed files with 1 additions and 1 deletions
|
|
@ -1058,7 +1058,7 @@ handle_classify() {
|
|||
local corder_file="/tmp/qos/classify.order"
|
||||
|
||||
while read -r line; do
|
||||
line_cid=$(echo $line | cut -d '_' -f 2)
|
||||
line_cid=${line#*_}
|
||||
|
||||
# add ip rule only for classify rules which has non empty
|
||||
# value forwarding policy option
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue