mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Add the extra parameter for non-linux code
This commit is contained in:
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
Block a user