Files
runc/netlink/netlink_linux_notarm.go
T
Lewis Marshall 80a574ab49 netlink: Add NetworkSetMacAddress
Signed-off-by: Lewis Marshall <lewis@lmars.net>
2014-09-18 02:15:32 +01:00

8 lines
83 B
Go

// +build !arm
package netlink
func ifrDataByte(b byte) int8 {
return int8(b)
}