Files
weave-scope/vendor/github.com/vishvananda/netlink/nl/nl_unspecified.go
Bryan Boreham a883e93080 Vendor: add vishvananda/netns and netlink
We will use them to fetch IP addresses from container namespaces

Required an update to golang.org/x/sys/unix
2018-06-02 21:45:17 +00:00

12 lines
144 B
Go

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