mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-13 20:10:04 +02:00
chore(all): make code compilable for other platforms than Linux
This commit is contained in:
+1
-1
@@ -581,7 +581,7 @@ type Linker interface {
|
||||
LinkDel(link netlink.Link) (err error)
|
||||
LinkSetUp(link netlink.Link) (linkIndex int, err error)
|
||||
LinkSetDown(link netlink.Link) (err error)
|
||||
LinkSetMTU(link netlink.Link, mtu int) error
|
||||
LinkSetMTU(link netlink.Link, mtu uint32) error
|
||||
}
|
||||
|
||||
type clier interface {
|
||||
|
||||
Reference in New Issue
Block a user