From 64adaeb276f999d508358295192cb39c573897eb Mon Sep 17 00:00:00 2001 From: Pascal Fischer Date: Fri, 9 Jun 2023 18:30:36 +0200 Subject: [PATCH] split systemops for operating systems and add linux --- client/internal/routemanager/systemops_linux.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/internal/routemanager/systemops_linux.go b/client/internal/routemanager/systemops_linux.go index 368cb9075..ae8fe78b4 100644 --- a/client/internal/routemanager/systemops_linux.go +++ b/client/internal/routemanager/systemops_linux.go @@ -6,6 +6,7 @@ import ( "net" "net/netip" "os" + "syscall" "github.com/vishvananda/netlink" )