PR to build the plugin. Added it to the pre build hook, not sure if that's where you guys want it done but it works.
https://github.com/vyos/vyos-build/pull/962
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
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 11 2025
For backport, going to wait for Kea 3.0 at end of Q2. We then won't need to any manual patches.
May 10 2025
May 9 2025
@Viacheslav,
default must have the same ipv4 subnet of "podman" default network, if changed, Podman doesn't detect it (via conf-mode commands).
@covalente, should we disable the name default? Or do you have another idea?
After further debugging, it's the network name that causes the issue with CNI creation (pod-*) and static ip.
Podman overlaps "podman" default network and the user-defined "default" network.
containers get assigned to "podman" default network and CNIs ignored, so causing this primary issue.
@covalente Add a simple set of commands to reproduce, thanks!
May 8 2025
It looks more like a support request, ask on the forum.
Closing this as it was fixed in this task:
https://vyos.dev/T7220
https://github.com/vyos/vyos-1x/pull/4469