mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Add the extra parameter for non-linux code
This commit is contained in:
@@ -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{}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user