Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Go to file
Abhinandan Prativadi a52bcf48f2 Serializing bitseq alloc
Previously the bitseq alloc was allocating the first available bit from the
begining of the sequence. With this commit the bitseq alloc will proceed
from the current allocation. This change will affect the way ipam and vni
allocation is done currently. The ip allocation will be done sequentially
from the previous allocation as opposed to the first available IP.

Signed-off-by: Abhinandan Prativadi <abhi@docker.com>
2017-09-29 11:33:26 -07:00
libnetwork Serializing bitseq alloc 2017-09-29 11:33:26 -07:00