mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +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
|
||||
func NewNetLinkHandle() NetLinkHandle {
|
||||
func NewNetLinkHandle(ipv6 bool) NetLinkHandle {
|
||||
return &emptyHandle{}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user