mirror of
https://github.com/vishvananda/netlink
synced 2025-01-14 11:01:16 +00:00
Mended LinkSetMaster signature mismatch
Signature mismatches when you try and compile on non-Linux machines. Instead of ErrNotImplemented, you get a message about wrongly using *Bridge.
This commit is contained in:
parent
6c782366d2
commit
d71ebad8a5
@ -16,7 +16,7 @@ func LinkSetMTU(link Link, mtu int) error {
|
||||
return ErrNotImplemented
|
||||
}
|
||||
|
||||
func LinkSetMaster(link Link, master *Link) error {
|
||||
func LinkSetMaster(link Link, master *Bridge) error {
|
||||
return ErrNotImplemented
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user