You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handle EAFNOSUPPORT in RouteList for Virtuozzo/OpenVZ kernels
Virtuozzo/OpenVZ 3.10.x kernels do not support RTM_GETROUTE dump with
AF_UNSPEC, returning EAFNOSUPPORT. This caused netclient to fail on
interface configuration and default gateway detection, preventing the
daemon from applying any peer updates.
Add routeListAll and routeListFilteredAll helpers that try FAMILY_ALL
first and fall back to querying FAMILY_V4 and FAMILY_V6 separately.
Also set WG_QUICK_USERSPACE_IMPLEMENTATION in Dockerfile.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments