PR:
https://github.com/vyos/vyos1x-config/pull/48
This will be present in rolling after merge and the corresponding update to the libvyosconfig commit hash and vyos-1x submodule.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Jul 19 2025
Jul 18 2025
https://github.com/FRRouting/frr/pull/18654 ok it is in Master not in stable in the moment.
Jul 17 2025
Yes, i want to delete and recreate it. But it needs to be in the same step, not in 2 separate ones.
With 2 Seperate ones, you delete the group, commit it, then recreate and commit it again.
In a single step, you delete the group, recreate it and then commit. That way the group itself will always exist.
Please put it on the list again because it should be supported by current frr:
I found one actually relevant/related issue, opened a task and an according PR. With that done, I'm able to get through the tests in general. They still fail for me due to those login related issues, which is probably something actually broken on upstream, but can be discussed at the forum indeed.
PR 4609 submitted to adjust MSS clamping from forward hook to postrouting.
So, I tried a few approaches here - in particular, I coded logic to preserve 'set' commands if they are in running config and there is a corresponding 'delete' clause, to we do see 'delete' and 'set' commands in the config to compare.
Despite this, the Ansible connnection.get_diff does not work with this well, as it tends to remove 'delete' from the resultant set as not making sense (it kind of being over-smart here)
Jul 16 2025
You can open a topic on the forum
The preferred fix provided in the T7625
PR https://github.com/vyos/vyos-1x/pull/4605
Unfortunately I don't get the tests to run through. I rechecked the docs, noticed I was missing the sysctl to enable (?) local ipv6, added that and re-ran the tests, just to have some less fail, but still. What also confuses me are the VPP tests. Weren't those supposed to be hidden behind a separate target, as that whole feature is still under development? Regardless, there are still other errors occurring on some login related stuff, but that could indeed be caused by something broken.
Jul 15 2025
In T7215#229394, @jestabro wrote:@MPStudyly note that tests are not run with sudo
another case : https://forum.vyos.io/t/delete-vrf-commit-failure/16786