Upgrade the OpenVPN package to the new 2.7.0 release.
This version comes with support for the new 'ovpn' kernel mdoule (which was upstreamed in linux 6.16).
VyOS should ship the new module as well.
To get the module built, we should rely on the https://github.com/OpenVPN/ovpn-backports repository which contains all required tools to get the latest code compiled on kernel 6.6 (which seems to be the kernel for this release).
Note that OpenVPN 2.7.0 is not compatible anymore with the older 'ovpn-dco-v2' kernel modules which was previously developed.
This version comes with a bunch of new options, including the support for multiple "--local" directives which instantiate a new socket each (leading to multiple listening sockets at the same time). The config parser should be upgraded accordingly.