mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
With randomly-generated MAC addresses going into wider use in the most commonly used container network drivers, it is imperative to avoid address collisions. Increase the number of random bits in randomly- generated MAC addresses from 32 bits to 46 bits. Signed-off-by: Cory Snider <csnider@mirantis.com>