- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
May 15 2026
May 14 2026
May 13 2026
May 12 2026
May 11 2026
Thanks @indrajitr
Our developers are looking at the mirrors. It will be fixed soon.
thanks.
In T8496#262337, @vvmsq wrote:Just wanted to note that I've observed significant increase in final ISO size when building kernel + modules which I believe is due to the options introduced by 30-pwru.config (Roughly +500MB: ~680MB without -> 1.2GB with). I guess this is probably expected because of the debug flags.
Apr 30 2026
Apr 29 2026
Apr 28 2026
We agreed not to add a completion help for interfaces created by the PPPoE server.
But you can use it anyway if you know an interface name.
The bug still exists
vyos@r14# set interfaces ethernet eth3 mtu 9000 [edit] vyos@r14# set interfaces bonding bond1 member interface eth3 [edit] vyos@r14# commit [ interfaces ethernet eth3 ]
Rely on T8529
Apr 27 2026
Pay attention, for BRAS with ~10K+ PPPoE interfaces, it is not the best solution. You will see 10K interfaces in the completion help.
As interfaces are dynamic, is there any sense in this action?
Apr 24 2026
PR https://github.com/vyos/vyos-1x/pull/3683
@dmbaturin, consider backporting it.
PR https://github.com/vyos/vyos-1x/pull/3737
>>> from vyos.utils.process import ip_cmd
>>>
>>> ip_cmd("link list")
[{'ifindex': 1, 'ifname': 'lo', 'flags': ['LOOPBACK', 'UP', 'LOWER_UP'], 'mtu': 65536, 'qdisc': 'noqueue', 'operstate': 'UNKNOWN', 'linkmode': 'DEFAULT', 'group': 'default', 'txqlen': 1000, 'link_type': 'loopback', 'address': '00:00:00:00:00:00', 'broadcast': '00:00:00:00:00:00'}, {'ifindex': 2, 'ifname': 'eth0', 'flags': ['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP'], 'mtu': 1500, 'qdisc': 'fq_codel', 'operstate': 'UP', 'linkmode': 'DEFAULT', 'group': 'default', 'txqlen': 1000, 'link_type': 'ether', 'address': '52:54:00:e9:94:ab', 'broadcast': 'ff:ff:ff:ff:ff:ff', 'altnames': ['enp1s0']}, {'ifindex': 4, 'ifname': 'eth2', 'flags': ['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP'], 'mtu': 1500, 'qdisc': 'fq_codel', 'operstate': 'UP', 'linkmode': 'DEFAULT', 'group': 'default', 'txqlen': 1000, 'link_type': 'ether', 'address': '52:54:00:4a:f4:73', 'broadcast': 'ff:ff:ff:ff:ff:ff', 'altnames': ['enp3s0']}, {'ifindex': 5, 'ifname': 'eth3', 'flags': ['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP'], 'mtu': 1500, 'qdisc': 'fq_codel', 'operstate': 'UP', 'linkmode': 'DEFAULT', 'group': 'default', 'txqlen': 1000, 'link_type': 'ether', 'address': '52:54:00:71:73:ea', 'broadcast': 'ff:ff:ff:ff:ff:ff', 'altnames': ['enp9s0']}, {'ifindex': 6, 'link': None, 'ifname': 'pim6reg', 'flags': ['NOARP', 'UP', 'LOWER_UP'], 'mtu': 1452, 'qdisc': 'noqueue', 'operstate': 'UNKNOWN', 'linkmode': 'DEFAULT', 'group': 'default', 'txqlen': 1000, 'link_type': 'pimreg'}, {'ifindex': 7, 'ifname': 'eth1', 'flags': ['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP'], 'mtu': 1500, 'qdisc': 'mq', 'operstate': 'UP', 'linkmode': 'DEFAULT', 'group': 'default', 'txqlen': 1000, 'link_type': 'ether', 'address': '52:54:00:21:1e:3f', 'broadcast': 'ff:ff:ff:ff:ff:ff'}, {'ifindex': 10, 'ifname': 'dum0', 'flags': ['BROADCAST', 'NOARP', 'UP', 'LOWER_UP'], 'mtu': 1500, 'qdisc': 'noqueue', 'operstate': 'UNKNOWN', 'linkmode': 'DEFAULT', 'group': 'default', 'txqlen': 1000, 'link_type': 'ether', 'address': 'ae:cd:79:9b:32:35', 'broadcast': 'ff:ff:ff:ff:ff:ff'}]
>>>Implemented
vyos@r16# set service monitoring zabbix-agent authentication mode Possible completions: pre-shared-secret Use a pre-shared secret key
Fixed for the accel-ppp-ng as well https://github.com/accel-ppp/accel-ppp-ng/blob/e28003d4ee679221a407f7d9492a7f5989dbd42c/accel-pppd/ctrl/ipoe/dhcpv4_options.c#L49
@giga1699 any progress?
Pay attention, for the 5.9.5.2 we had several issues with building other packages, so we reverted it https://vyos.dev/T8121
Implemented in the T8457
