This website requires JavaScript.
Explore
Help
Sign In
jasder
/
runc
Watch
1
Star
0
Fork
You've already forked runc
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
cb2d973545
runc
/
netlink
/
netlink_linux_notarm.go
8 lines
83 B
Go
Raw
Normal View
History
Unescape
Escape
Fix 386 and arm cross-compile Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
2014-07-19 06:08:54 +08:00
// +build !arm
package
netlink
netlink: Add NetworkSetMacAddress Signed-off-by: Lewis Marshall <lewis@lmars.net>
2014-09-18 08:16:37 +08:00
func
ifrDataByte
(
b
byte
)
int8
{
return
int8
(
b
)
Fix 386 and arm cross-compile Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
2014-07-19 06:08:54 +08:00
}