mirror of https://github.com/k3s-io/k3s
Add the extra parameter for non-linux code
parent
e2409a054b
commit
1be71b8a99
|
@ -28,7 +28,7 @@ type emptyHandle struct {
|
|||
}
|
||||
|
||||
// NewNetLinkHandle will create an EmptyHandle
|
||||
func NewNetLinkHandle() NetLinkHandle {
|
||||
func NewNetLinkHandle(ipv6 bool) NetLinkHandle {
|
||||
return &emptyHandle{}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue