Fix conflict

This commit is contained in:
Viktor Liu
2025-03-10 18:35:32 +01:00
parent 0c2a3dd937
commit 11828a064a

View File

@@ -7,7 +7,7 @@ import (
"github.com/google/uuid"
"github.com/netbirdio/netbird/client/iface/device"
"github.com/netbirdio/netbird/client/iface/wgaddr"
)
type Protocol uint8
@@ -145,5 +145,5 @@ type ConnTracker interface {
type IFaceMapper interface {
IsUserspaceBind() bool
Name() string
Address() device.WGAddress
Address() wgaddr.Address
}