cd53b7380c
The MAC address of a running container was stored in the same place as the configured address for a container. When starting a stopped container, a generated address was treated as a configured address. If that generated address (based on an IPAM-assigned IP address) had been reused, the containers ended up with duplicate MAC addresses. So, remember whether the MAC address was explicitly configured, and clear it if not. Signed-off-by: Rob Murray <rob.murray@docker.com> |
||
---|---|---|
.. | ||
filter.go | ||
filter_test.go | ||
settings.go |