diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-06-11 21:39:47 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-06-11 21:39:47 +0000 |
commit | cec05f7aae67555a87d5ff2c1e55f5a061247712 (patch) | |
tree | 712cad12747aefc00d7b1bc7ef4d1c4aa36e1617 /runsc/boot | |
parent | 63aba2685e8f80983b55f9d881b8a8ee8ffe282c (diff) | |
parent | 847c4b9759c49cb30728579cfb0f4a69f1987b94 (diff) |
Merge 847c4b97 (automated)
Diffstat (limited to 'runsc/boot')
-rw-r--r-- | runsc/boot/network.go | 2 |
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. |