Commit 1be71b8a authored by Lars Ekman's avatar Lars Ekman

Add the extra parameter for non-linux code

parent e2409a05
...@@ -28,7 +28,7 @@ type emptyHandle struct { ...@@ -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{}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment