summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2019-06-11 14:30:34 -0700
committerShentubot <shentubot@google.com>2019-06-11 14:31:46 -0700
commit847c4b9759c49cb30728579cfb0f4a69f1987b94 (patch)
tree391c01d83c02983f4cfcb685e43516aa9b2d5004 /runsc/boot
parenta775ae82fed4f703db28edc3d9d58b5652d6979d (diff)
Use net.HardwareAddr for FDBasedLink.LinkAddress
It prints formatted to the log. PiperOrigin-RevId: 252699551
Diffstat (limited to 'runsc/boot')
-rw-r--r--runsc/boot/network.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/boot/network.go b/runsc/boot/network.go
index 82c259f47..d86803252 100644
--- a/runsc/boot/network.go
+++ b/runsc/boot/network.go
@@ -56,7 +56,7 @@ type FDBasedLink struct {
Addresses []net.IP
Routes []Route
GSOMaxSize uint32
- LinkAddress []byte
+ LinkAddress net.HardwareAddr
// NumChannels controls how many underlying FD's are to be used to
// create this endpoint.