Page MenuHomeVyOS Platform
Feed Advanced Search

Jan 9 2024

dmbaturin triaged T2798: Allow port range in tc filter as Low priority.
Jan 9 2024, 8:08 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta, vyatta-cfg-qos
dmbaturin changed the status of T2942: traffic-policy does not classify by VLAN from Open to Needs testing.
Jan 9 2024, 6:24 PM · VyOS 1.4 Sagitta, vyatta-cfg-qos

Dec 17 2023

syncer edited projects for T2798: Allow port range in tc filter, added: VyOS 1.3 Equuleus (1.3.6); removed VyOS 1.3 Equuleus (1.3.5).
Dec 17 2023, 11:43 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta, vyatta-cfg-qos

Sep 30 2023

c-po closed T4989: QoS Policy Limiter - classes for marked traffic do not work as Resolved.
Sep 30 2023, 6:36 AM · vyatta-cfg-qos, VyOS 1.4 Sagitta

Aug 25 2023

syncer edited projects for T2798: Allow port range in tc filter, added: VyOS 1.3 Equuleus (1.3.5); removed VyOS 1.3 Equuleus (1.3.4).
Aug 25 2023, 9:36 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta, vyatta-cfg-qos

Aug 8 2023

Viacheslav added a comment to T4989: QoS Policy Limiter - classes for marked traffic do not work.

PR https://github.com/vyos/vyos-1x/pull/2138

Aug 8 2023, 10:45 AM · vyatta-cfg-qos, VyOS 1.4 Sagitta

Jul 12 2023

syncer edited projects for T2798: Allow port range in tc filter, added: VyOS 1.3 Equuleus (1.3.4); removed VyOS 1.3 Equuleus (1.3.3).
Jul 12 2023, 10:00 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta, vyatta-cfg-qos

Jul 4 2023

daniil added a comment to T4989: QoS Policy Limiter - classes for marked traffic do not work.
Version:          VyOS 1.4-rolling-202307040317
Jul 4 2023, 1:36 PM · vyatta-cfg-qos, VyOS 1.4 Sagitta

Jul 3 2023

Viacheslav added a comment to T4989: QoS Policy Limiter - classes for marked traffic do not work.

@daniil could you re-check?

set qos interface eth0 ingress '1G-in'
set qos policy limiter 1G-in default bandwidth '1gbit'
set qos policy limiter 1G-in default burst '125000000b'
Jul 3 2023, 12:10 PM · vyatta-cfg-qos, VyOS 1.4 Sagitta

Jun 19 2023

Viacheslav added a comment to T4989: QoS Policy Limiter - classes for marked traffic do not work.

Now the traffic limiter is broken.

 interface br100 {
     ingress 1G-in
 }
 policy {
     limiter 1G-in {
         default {
             bandwidth 1gbit
             burst 125000000b
         }
     }
}
tc filter show dev br100 ingress

is empty, upload traffic is not limited.

Jun 19 2023, 1:34 PM · vyatta-cfg-qos, VyOS 1.4 Sagitta
daniil added a comment to T4989: QoS Policy Limiter - classes for marked traffic do not work.

Now the traffic limiter is broken.

Jun 19 2023, 11:13 AM · vyatta-cfg-qos, VyOS 1.4 Sagitta
Viacheslav closed T4969: QoS Policy - Unable to set class match mark number as Resolved.
Jun 19 2023, 11:00 AM · vyatta-cfg-qos, VyOS 1.4 Sagitta
Viacheslav added a comment to T4989: QoS Policy Limiter - classes for marked traffic do not work.

in the VyOS 1.4-rolling-202306190317

set qos interface eth0 egress 'test'
set qos policy shaper test bandwidth '300bit'
set qos policy shaper test class 100 bandwidth '150mbit'
set qos policy shaper test class 100 burst '3760k'
set qos policy shaper test class 100 match internal mark '100'
set qos policy shaper test class 100 queue-type 'fq-codel'
set qos policy shaper test default bandwidth '20mbit'
set qos policy shaper test default burst '188k'
set qos policy shaper test default queue-type 'fq-codel'

comimt

DEBUG/QoS: tc qdisc replace dev eth0 root handle 1: htb r2q 1 default 65
DEBUG/QoS: tc class replace dev eth0 parent 1: classid 1:1 htb rate 300
DEBUG/QoS: tc class replace dev eth0 parent 1:1 classid 1:64 htb rate 150000000 burst 3760k quantum 1514
DEBUG/QoS: tc qdisc replace dev eth0 parent 1:64 sfq
DEBUG/QoS: tc class replace dev eth0 parent 1:1 classid 1:65 htb rate 20000000 burst 188k quantum 1514 prio 20
DEBUG/QoS: tc qdisc replace dev eth0 parent 1:65 sfq
DEBUG/QoS: tc qdisc replace dev eth0 parent 1:64 fq_codel quantum 1514 flows 1024 interval 100 interval 100 target 5 noecn
DEBUG/QoS: tc filter replace dev eth0 parent 1: protocol all handle 100 fw flowid 1:64
Jun 19 2023, 9:52 AM · vyatta-cfg-qos, VyOS 1.4 Sagitta

Jun 17 2023

Viacheslav added a comment to T4989: QoS Policy Limiter - classes for marked traffic do not work.
In T4989#144426, @MartB wrote:
set qos policy shaper test bandwidth 100mbit
set qos policy shaper test class 10 bandwidth 50%

It wont be used right now if I add a class that uses a percentage, it will always use the interface speed.
The base __rate_convert should include some check if the "base" speed was already set.

Jun 17 2023, 3:57 PM · vyatta-cfg-qos, VyOS 1.4 Sagitta
Viacheslav added a parent task for T4989: QoS Policy Limiter - classes for marked traffic do not work: T5048: QoS doesn't work correctly root task.
Jun 17 2023, 12:48 PM · vyatta-cfg-qos, VyOS 1.4 Sagitta

Mar 9 2023

daniil added a comment to T4989: QoS Policy Limiter - classes for marked traffic do not work.

QoS Policy Limiter now works correctly.
But the shaper classes for tagged traffic don't work.

Mar 9 2023, 6:35 PM · vyatta-cfg-qos, VyOS 1.4 Sagitta
MartB added a comment to T4989: QoS Policy Limiter - classes for marked traffic do not work.

@c-po Isnt this implementation wrong for "shaper" anyway?
The speed should only be taken from the interface as an last resort, if the default bandwidth is configured in a no percentage unit it should be used instead, no?

Mar 9 2023, 1:23 AM · vyatta-cfg-qos, VyOS 1.4 Sagitta

Mar 1 2023

c-po changed the status of T4989: QoS Policy Limiter - classes for marked traffic do not work from Open to Needs testing.
Mar 1 2023, 7:08 PM · vyatta-cfg-qos, VyOS 1.4 Sagitta

Feb 27 2023

c-po claimed T4989: QoS Policy Limiter - classes for marked traffic do not work.
Feb 27 2023, 7:30 PM · vyatta-cfg-qos, VyOS 1.4 Sagitta

Feb 9 2023

daniil created T4989: QoS Policy Limiter - classes for marked traffic do not work.
Feb 9 2023, 9:20 AM · vyatta-cfg-qos, VyOS 1.4 Sagitta

Feb 7 2023

Viacheslav changed the status of T4969: QoS Policy - Unable to set class match mark number from In progress to Needs testing.
Feb 7 2023, 4:04 PM · vyatta-cfg-qos, VyOS 1.4 Sagitta

Feb 3 2023

Viacheslav changed the status of T4969: QoS Policy - Unable to set class match mark number from Open to In progress.
Feb 3 2023, 1:29 PM · vyatta-cfg-qos, VyOS 1.4 Sagitta
Viacheslav added a comment to T4969: QoS Policy - Unable to set class match mark number.

@daniil Could you update the PR?

Feb 3 2023, 1:29 PM · vyatta-cfg-qos, VyOS 1.4 Sagitta

Jan 31 2023

daniil added a comment to T4969: QoS Policy - Unable to set class match mark number.

PR https://github.com/vyos/vyos-1x/pull/1792

Jan 31 2023, 9:43 AM · vyatta-cfg-qos, VyOS 1.4 Sagitta
daniil created T4969: QoS Policy - Unable to set class match mark number.
Jan 31 2023, 9:08 AM · vyatta-cfg-qos, VyOS 1.4 Sagitta

Aug 29 2022

syncer edited projects for T3305: Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot, added: VyOS 1.3 Equuleus (1.3.0); removed VyOS 1.3 Equuleus.
Aug 29 2022, 12:23 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, vyatta-cfg-qos
syncer edited projects for T2798: Allow port range in tc filter, added: VyOS 1.3 Equuleus (1.3.3); removed VyOS 1.3 Equuleus (1.3.0).
Aug 29 2022, 7:07 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta, vyatta-cfg-qos

Nov 6 2021

syncer edited projects for T2798: Allow port range in tc filter, added: VyOS 1.3 Equuleus (1.3.0); removed VyOS 1.3 Equuleus.
Nov 6 2021, 11:24 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta, vyatta-cfg-qos

Aug 31 2021

SrividyaA set Issue type to bug on T3305: Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot.
Aug 31 2021, 11:40 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, vyatta-cfg-qos

Aug 29 2021

erkin set Issue type to feature on T2798: Allow port range in tc filter.
Aug 29 2021, 1:27 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta, vyatta-cfg-qos

May 29 2021

dmbaturin placed T2798: Allow port range in tc filter up for grabs.
May 29 2021, 7:51 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta, vyatta-cfg-qos

Mar 11 2021

jack9603301 triaged T3305: Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot as High priority.
Mar 11 2021, 10:52 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, vyatta-cfg-qos
jack9603301 moved T3305: Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Mar 11 2021, 9:31 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, vyatta-cfg-qos
jack9603301 closed T3305: Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot as Resolved.
Mar 11 2021, 9:31 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, vyatta-cfg-qos
jack9603301 added a comment to T3305: Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot.

Now the problem should be solved

Mar 11 2021, 9:30 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, vyatta-cfg-qos
jack9603301 added a comment to T3305: Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot.

Now, let's move the patch to 1.3

Mar 11 2021, 12:08 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, vyatta-cfg-qos

Mar 10 2021

Viacheslav added a project to T3305: Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot: VyOS 1.4 Sagitta.
Mar 10 2021, 9:01 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, vyatta-cfg-qos
Viacheslav added a project to T3305: Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot: VyOS 1.3 Equuleus.
Mar 10 2021, 9:00 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, vyatta-cfg-qos
Viacheslav changed Difficulty level from unknown to easy on T3305: Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot.
Mar 10 2021, 8:59 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, vyatta-cfg-qos
Viacheslav changed the status of T3305: Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot from Open to Needs testing.
Mar 10 2021, 8:57 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, vyatta-cfg-qos
jack9603301 added a comment to T3305: Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot.

PR: https://github.com/vyos/vyatta-cfg-qos/pull/9

Mar 10 2021, 10:29 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, vyatta-cfg-qos
jack9603301 added a comment to T3305: Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot.

@Dmitry @a952637635. It seems that, I changed the handle address to avoid conflict. I don't know if it will conflict

Mar 10 2021, 10:18 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, vyatta-cfg-qos
Unknown Object (User) updated subscribers of T3305: Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot.

@jack9603301 it looks like this issue related to your patch https://github.com/vyos/vyatta-cfg-qos/commit/6391325271be489d29f0b7aa2982952068c6a53c
T3089

Mar 10 2021, 9:42 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, vyatta-cfg-qos

Mar 9 2021

a952637635 added a comment to T3305: Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot.

Same problem here in version1.4.

Mar 9 2021, 12:38 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, vyatta-cfg-qos

Feb 12 2021

vzotov created T3305: Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot.
Feb 12 2021, 4:17 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta, vyatta-cfg-qos

Oct 2 2020

Unknown Object (User) added a comment to T2942: traffic-policy does not classify by VLAN.

We found one case when it does work (for both Crux and 1.3), which can lead to further investigation: when the policy is applied to a PPPoE client interface and the class traffic is matched with the command naming the subinterface (the first of the 3 options above).

Oct 2 2020, 2:31 AM · VyOS 1.4 Sagitta, vyatta-cfg-qos

Oct 1 2020

Unknown Object (User) created T2942: traffic-policy does not classify by VLAN.
Oct 1 2020, 2:37 AM · VyOS 1.4 Sagitta, vyatta-cfg-qos

Sep 28 2020

Unknown Object (User) updated the task description for T2798: Allow port range in tc filter.
Sep 28 2020, 9:09 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta, vyatta-cfg-qos

Aug 15 2020

Unknown Object (User) created T2798: Allow port range in tc filter.
Aug 15 2020, 9:56 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta, vyatta-cfg-qos

Jul 24 2017

syncer created vyatta-cfg-qos.
Jul 24 2017, 8:59 PM