User Details
- User Since
- Jan 24 2024, 8:49 AM (51 w, 1 d)
Tue, Jan 14
Mon, Jan 13
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
Fri, Dec 20
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.
Nov 4 2024
Oct 30 2024
Oct 29 2024
Oct 26 2024
Oct 25 2024
Oct 24 2024
also save information about the temporary package version: https://github.com/vyos/vyos-build/pull/820#event-14849025089