mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-04-28 19:03:33 +00:00
- NetworkRange() function on which ipallocatore relies to compute the subnet limits has a bug in computing the upper limit IP - in case container subnet is specified (fixedCIDR), bridge driver to reserve bridge and gateway addresses only if they belong to the container subnet - Make ipallocator more robust in using converting the passed network to a canonical one before using it as a key in its public APIs Signed-off-by: Alessandro Boch <aboch@docker.com>