Page MenuHomeVyOS Platform

QOS Commands Broken in Configuration Mode
Closed, ResolvedPublicBUG

Description

QOS related commands are broken while in the QOS portion of configuration mode:

trae@cr01a-vyos# run show qos shaper interface bond0.2522
--------------------------------------------------------------------------------
Interface: bond0.2522
Policy Name: WAN_OUT

Class    Type        Bandwidth     Max. BW       Bytes    Pkts    Drops    Queued
-------  --------  -----------  ----------  ----------  ------  -------  --------
root     htb        930.000 Mb  930.000 Mb    3.996 MB   19767        0         0
10       fq_codel   697.500 Mb  697.500 Mb    3.519 MB   16813        0         0
20       fq_codel   465.000 Mb  465.000 Mb        0  B       0        0         0
default  ingress    930.000 Mb  930.000 Mb  477.698 KB    2954        0         0
 

[edit]
trae@cr01a-vyos# edit qos policy
[edit qos policy]
trae@cr01a-vyos# run show qos shaper interface bond0.2522

WARNING: Specified configuration path is not valid

QoS is not applied to bond0.2522!
[edit qos policy]
trae@cr01a-vyos# run show qos shaper detail

WARNING: Specified configuration path is not valid

QoS is not applied to any interface!
[edit qos policy]
trae@cr01a-vyos# up
[edit qos]
trae@cr01a-vyos# run show qos shaper interface bond0.2522

WARNING: Specified configuration path is not valid

QoS is not applied to bond0.2522!
[edit qos]

Details

Version
1.5 Circinus (2026.02)
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)