]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #47000 - kennytm:follow-up-46924, r=arielb1
authorbors <bors@rust-lang.org>
Tue, 26 Dec 2017 05:46:11 +0000 (05:46 +0000)
committerbors <bors@rust-lang.org>
Tue, 26 Dec 2017 05:46:11 +0000 (05:46 +0000)
Follow up to #46924, fix massive spurious failure when starting docker

It seems using `fe80::/64` causes `docker start` to fail with "Address already in use". Try to change to a unique local address range instead.

`fe80::/64` is a link-local address (similar to `169.254.0.0/16` in IPv4). Let's try to use a random "private network" address to see whether that fixes things.

cc #47002

r? @aidanhs


Trivial merge