User Details
- User Since
- Jan 24 2024, 8:49 AM (63 w, 3 d)
Wed, Mar 19
Mar 3 2025
Feb 27 2025
Thank you @MPStudyly
Feb 26 2025
i create a new task for smoke test problems.
This issue is technically resolved.
Feb 20 2025
Feb 17 2025
Feb 14 2025
Feb 7 2025
this issue doesn't reproduce on:
Feb 5 2025
fix for another git commit archive related problem:
https://github.com/vyos/vyos-1x/pull/4333
looks like the problem was fixed in this task: T7048
Jan 14 2025
Jan 13 2025
fix for decimal DSCP values:
https://github.com/vyos/vyos-1x/pull/4302
i retested this issue:
could not reproduce the original problem on versions 1.4 and 1.5
Dec 20 2024
Dec 12 2024
Dec 11 2024
Dec 9 2024
Dec 5 2024
Dec 4 2024
Dec 3 2024
I prepared a service to log some network events including changing link status.
to configure service:
conf set service monitoring network-event event addr set service monitoring network-event event link set service monitoring network-event event neigh set service monitoring network-event event route set service monitoring network-event event rule commit
to check change status:
vyos@vyos:~$ sudo ip link set down dev eth1 vyos@vyos:~$ sudo ip link set up dev eth1 vyos@vyos:~$ show interfaces ethernet eth1 event-log link Dec 03 09:30:09 vyos-network-event-logger[21158]: [LINK] 3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc fq_codel state DOWN group 0 link/ether 0c:89:0a:2e:00:01 brd ff:ff:ff:ff:ff:ff [altname enp0s4] [altname ens4] Dec 03 09:30:14 vyos-network-event-logger[21158]: [LINK] 3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group 0 link/ether 0c:89:0a:2e:00:01 brd ff:ff:ff:ff:ff:ff [altname enp0s4] [altname ens4]
Nov 18 2024
Nov 15 2024
Nov 14 2024
Nov 13 2024
fixed as part of https://vyos.dev/T6802
https://github.com/vyos/vyos-1x/pull/4177
Nov 12 2024
forum post with the same problem: https://forum.vyos.io/t/vyos-1-2-traffic-policy-shaper-match-interface-not-working/8389
exmaple test with shaper policy:
Implemented handling for the CLI command to set a filter by interface(rt_iif).
Implemented a command such as set qos policy limiter test class 10 match test_match interface 'eth1' to generate filters similar to those used in VyOS 1.3.