Duplicate of T7170. Apologies.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Feb 19 2025
Please re-open if this is encountered in new WLB.
This should not be an issue in new implementation
PR for new implementation: https://github.com/vyos/vyos-1x/pull/4356
Initial implementation PR https://github.com/vyos/vyos-vpp
Engineid cli is not ok:
Both kernel and user-space support are needed. On the kernel side, you must enable vDPA-related options (e.g., CONFIG_VDPA and/or CONFIG_VHOST_VDPA) to provide the necessary infrastructure. On the user-space side, binaries that interact with VirtIO devices must be updated to take advantage of this support. For example, QEMU needs to be built with vDPA support so that virtual machines can offload packet processing to the hardware accelerator. Additionally, tools like libvirt or other management utilities might require adjustments to properly configure and utilize vDPA-enabled devices.
Is there any kernel option that should be enabled, or just some binaries or both of them?
Feb 18 2025
@markh0338 Are you able to add a Pull Request?
@stasonuu Feel free to create a PR
maintainers will take a look. thanks
NAS-Identifier typically uses hostname in all network OS and devices that I have used. Since “VyOS - Open source router and firewall platform”, which refers to network OS or virtual routers, I think setting NAS-Identifier = hostname by default would be more native. As alternative making it possible to change the NAS-Identifier value via cli, something like that: set system login radius nas-identifier host-name
Small note, to reproduce it, you have to have at least one route not related to vpp interface, like the default route via eth0, but vpp interface eth1
delete vpp commit
Feb 17 2025
@neilmckee it can wait as long as necessary, thanks!
Hsflowd v2.1.11-5 has a working mod_vpp, but the master branch has a fix to the iftype and ifdirection fields that are exported in the sflow counters for vpp interfaces. We expect to tag a v2.1.12-1 release soon that will include this fix. Let me know if there is a deadline and you need it right away.
The prefixes are announced by radvd.service daemon, and keepalived knows nothing about this service.
You have to use scripts with your own logic to skip/stop prefixes or radvd service.
If you need it as a feature request, create a new task/feature.
Bump keepalived version to 2.3.2 https://github.com/vyos/vyos-build/pull/911