Files
moby/libnetwork/portallocator
Sebastiaan van Stijn fb1ae4bdb7 portallocator: RequestPortsInRange: validate range once
RequestPortsInRange calls portMap.getPortRange() in a loop, but the given
port-range is always the same. Perform validation once instead of for each
iteration.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-08-27 17:15:24 +02:00
..