Add the extra parameter for non-linux code

pull/564/head
Lars Ekman 2018-11-19 10:02:48 +01:00
parent e2409a054b
commit 1be71b8a99
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ type emptyHandle struct {
} }
// NewNetLinkHandle will create an EmptyHandle // NewNetLinkHandle will create an EmptyHandle
func NewNetLinkHandle() NetLinkHandle { func NewNetLinkHandle(ipv6 bool) NetLinkHandle {
return &emptyHandle{} return &emptyHandle{}
} }