Skip to content
  • subramanian c's avatar
    qos: Deprecate firewall.qos and handle through qos config · b6df3247
    subramanian c authored
    Description:
        Deprecate firewall.qos and handle through qos config
    
    Change Summary:
        Deprecate firewall.qos, generate classify config
    for existing rules in /etc/config/qos along with queue
    and parsed/converted through /lib/qos/qos.sh
        For airoha, 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 assending order based on the order value.
    Read and apply classify config in the order of tmp file sequence.
    b6df3247