1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/bitseq
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
..
sequence.go Serializing bitseq alloc 2017-09-29 11:33:26 -07:00
sequence_test.go Adding a unit test to catch offset scenarios 2017-07-10 11:30:06 -07:00
store.go Serializing bitseq alloc 2017-09-29 11:33:26 -07:00