It does not like this regex https://github.com/vyos/vyos-1x/blob/0801bc6c2dd155f40fd22c64f873a01e8be25c9f/interface-definitions/service_snmp.xml.in#L16
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
May 20 2025
May 19 2025
May 16 2025
@a.hajiyev Check the latest rolling as a fix was added resently https://github.com/vyos/vyos-1x/pull/4500
May 15 2025
May 14 2025
This way we will expect the set of commands from both sites to reproduce.
If there will be incorrect config settings as in example you provided, the task will be closed as invalid. We do not provide support via forge and will not say you what to change. There is a forum for these questions.
May 13 2025
I attached config tests and smoketests (the most of routing protocols fail)
May 12 2025
At the moment (during internal tests), some config tests cannot pass:
It looks like a support request, ask on the forum.
May 10 2025
May 9 2025
@covalente, should we disable the name default? Or do you have another idea?
@covalente Add a simple set of commands to reproduce, thanks!
May 8 2025
It looks more like a support request, ask on the forum.
PR https://github.com/vyos/vyos-1x/pull/4499
set service pppoe-server thread-count '2'
May 7 2025
I retriggered build
Both packages in the repo
https://packages.vyos.net/repositories/current/pool/main/r/radvd/
May 6 2025
The maintainers do not like the idea of the raw options, so raw options were disabled/removed where possible.
The only exception is openvpn-option
I do not see easy solution for this
Good practice to link PR to the forge task
PR https://github.com/vyos/vyos-1x/pull/4497
May 5 2025
Has anyone tested this?
May 2 2025
PR https://github.com/vyos/vyos-1x/pull/4491
set system option kernel cpu disable-nmi-watchdog set system option kernel cpu isolate-cpus '1,2,4-5' set system option kernel cpu nohz-full '1,2,4-5' set system option kernel cpu rcu-no-cbs '1,2,4-5' set system option kernel disable-hpet set system option kernel disable-mce set system option kernel disable-softlockup set system option kernel memory default-hugepage-size '2M' set system option kernel memory disable-numa-balancing set system option kernel memory hugepage-count '256' set system option kernel memory hugepage-size '2M'
May 1 2025
All FRR daemons started even if not configured. You can check it with:
vyos@r1# ps ax | grep frr 1383 ? S<s 0:01 /usr/lib/frr/watchfrr -d -F traditional zebra mgmtd bgpd ripd ripngd ospfd ospf6d isisd babeld pim6d ldpd nhrpd staticd bfdd fabricd 1404 ? S<sl 0:00 /usr/lib/frr/zebra -d -F traditional --daemon -A 127.0.0.1 -s 90000000 1409 ? S<s 0:00 /usr/lib/frr/mgmtd -d -F traditional --daemon -A 127.0.0.1 1411 ? S<sl 0:00 /usr/lib/frr/bgpd -d -F traditional --daemon -A 127.0.0.1 -M rpki 1418 ? S<s 0:00 /usr/lib/frr/ripd -d -F traditional --daemon -A 127.0.0.1 1421 ? S<s 0:00 /usr/lib/frr/ripngd -d -F traditional --daemon -A ::1 1425 ? S<s 0:00 /usr/lib/frr/ospfd -d -F traditional --daemon -A 127.0.0.1 1428 ? S<s 0:00 /usr/lib/frr/ospf6d -d -F traditional --daemon -A ::1 1431 ? S<s 0:00 /usr/lib/frr/isisd -d -F traditional --daemon -A 127.0.0.1 1434 ? S<s 0:00 /usr/lib/frr/babeld -d -F traditional --daemon -A 127.0.0.1 1437 ? S<s 0:00 /usr/lib/frr/pim6d -d -F traditional --daemon -A ::1 1443 ? S< 0:00 /usr/lib/frr/ldpd -L -u frr -g frr 1444 ? S< 0:00 /usr/lib/frr/ldpd -E -u frr -g frr 1446 ? S<s 0:00 /usr/lib/frr/ldpd -d -F traditional --daemon -A 127.0.0.1 1451 ? S<s 0:00 /usr/lib/frr/nhrpd -d -F traditional --daemon -A 127.0.0.1 1455 ? S<s 0:00 /usr/lib/frr/staticd -d -F traditional --daemon -A 127.0.0.1 1460 ? S<s 0:00 /usr/lib/frr/bfdd -d -F traditional --daemon -A 127.0.0.1 1463 ? S<s 0:00 /usr/lib/frr/fabricd -d -F traditional --daemon -A 127.0.0.1 3486 pts/0 S+ 0:00 grep frr [edit] vyos@r1#
Apr 30 2025
Deploy a new VM with 1.4.2 copy configuration to the /config/config.boot (remove HW-id's), and reboot the router or execute load
Generated rules:
vyos@r14# cat /run/nftables-ct.conf #!/usr/sbin/nft -f
Apr 28 2025
@AlexFT Could you recheck the latest rolling to confirm that all works as expected?
Apr 27 2025
@canoziia Yes you can close, I marked as resolved this time, thanks!