mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 17:26:40 +00:00
Fix non-linux
This commit is contained in:
6
client/iface/bind/ice_bind_nonlinux.go
Normal file
6
client/iface/bind/ice_bind_nonlinux.go
Normal file
@@ -0,0 +1,6 @@
|
||||
// go:build !linux
|
||||
package bind
|
||||
|
||||
func GetGSOSize(control []byte) (int, error) {
|
||||
return 0, nil
|
||||
}
|
||||
Reference in New Issue
Block a user