1
0
mirror of https://github.com/rancher/os.git synced 2025-08-21 16:22:53 +00:00
os/vendor/github.com/vishvananda/netlink/nl/nl_unspecified.go
Sven Dowideit 17b3589782 Add a network test that sets up 2 of 4 ehternet devices, and allows another to use dhcp
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2017-03-10 22:28:41 +10:00

12 lines
144 B
Go

// +build !linux
package nl
import "encoding/binary"
var SupportedNlFamilies = []int{}
func NativeEndian() binary.ByteOrder {
return nil
}