Skip to content

qos: Apply qos classify config in the order of order param value

subramanian c requested to merge handling_qos_order into devel

Description: Requirement to apply qos classify based on the order which mentioned in the classify section.

Change Summary: Parse the qos classify config and create temp file(/tmp/qos/classify.order) corresponding to the interface with the combination of "order"_"classify id". Sort this file in ascending order based on the order value. Read and apply classify config in the order of tmp file sequence.

Edited by subramanian c

Merge request reports