mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
4c97832297
Fixed the following errors: 1. Request(0) causes a dead loop when the map is full and map.last == BEGIN. 2. When map.last is the only available port (or ip), Request(0) returns ErrAllPortsAllocated (or ErrNoAvailableIPs). Exception is when map.last == BEGIN. Signed-off-by: shuai-z <zs.broccoli@gmail.com> |
||
---|---|---|
.. | ||
allocator.go | ||
allocator_test.go |