Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-18 | T6874: [QoS] Add class filter by ether | khramshinr | |
Implement a command to configure QoS policy filters by ether properties. The supported match types include: - Destination: Specify the Ethernet destination address. - Protocol: Define the Ethernet protocol. - Source: Set the Ethernet source address. `set qos policy <type> <name> class <id> match <match-id> ether <destination|protocol|source> <val>` | |||
2024-11-21 | T6806: Rework QoS Policy for HFSC Shaper (#4181) | Roman Khramshin | |
- Removed default `m1` and `m2` values from interface definitions - Adjusted filter priorities for shapers - Fixed SFQ qdisc and HFSC class creation to fully support `m1`, `d`, and `m2` parameters - Added validation logic similar to VyOS 1.3 to improve error handling and user experience | |||
2024-05-31 | T5307: QoS - traffic-class-map services (#3492) | Roman Khramshin | |
added new syntax to work with class match filters in QoS policy | |||
2024-04-12 | qos: T6035: QoS policy shaper queue-type random-detect requires limit avpkt | khramshinr | |
Added params for configuration red on the shaper policy | |||
2024-03-18 | qos: T1871: add MTU option when configure limiter traffic-policy | khramshinr | |
add mtu to default and specified class update smoke test | |||
2024-01-18 | T5958: QoS add basic implementation of policy shaper-hfsc | Viacheslav Hletenko | |
QoS policy shaper-hfsc was not implemented after rewriting the traffic-policy to qos policy. We had CLI but it does not use the correct class. Add a basic implementation of policy shaper-hfsc. Write the class `TrafficShaperHFS` | |||
2023-06-23 | T5312: Escape special character | Jon Sanchez | |
2023-02-17 | qos: classes: helptext: T5015: Escape % in printf | Silvan Raijer | |
2023-02-04 | qos: xml: T4284: bandwidh unit suffix is optional | Christian Breunig | |
2023-02-04 | qos: T4969: update "match mark" value range | Christian Breunig | |
This improves commit d2885ad0 ("T4969: fix class match mark number"). | |||
2023-01-31 | T4969: fix class match mark number | DaniilHarun | |
2023-01-04 | qos: T4284: add bandwidth percentage value | Christian Poessinger | |
2023-01-02 | xml: qos: T4284: fix DSCP CLI values | Christian Poessinger | |
2023-01-01 | qos: T4284: first implementation introducing a new vyos.qos module | Christian Poessinger | |
2022-09-17 | qos: T4688: add xml template for limiter actions | initramfs | |
2022-03-21 | qos: T4284: initial XML interface definitions for rewrite | Christian Poessinger | |