From 7e11842a5e7ea1671fc758c967326cc02e6fb216 Mon Sep 17 00:00:00 2001 From: Zoltan Papp Date: Mon, 17 Apr 2023 09:54:02 +0200 Subject: [PATCH] Fix unix implementation --- iface/bind/mark_unix.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iface/bind/mark_unix.go b/iface/bind/mark_unix.go index d9e46eea7..23a4ed422 100644 --- a/iface/bind/mark_unix.go +++ b/iface/bind/mark_unix.go @@ -5,7 +5,7 @@ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved. */ -package conn +package bind import ( "runtime" @@ -26,7 +26,7 @@ func init() { } } -func (s *StdNetBind) SetMark(mark uint32) error { +func (s *ICEBind) SetMark(mark uint32) error { var operr error if fwmarkIoctl == 0 { return nil