moby/libnetwork/ipam
Cory Snider 540d1e0561 libnw: untangle IPAM allocator from global state
ipam.Allocator is not a singleton, but it references mutable singleton
state. Address that deficiency by refactoring it to instead take the
predefined address spaces as constructor arguments. Unfortunately some
work is needed on the Swarmkit side before the mutable singleton state
can be completely eliminated from the IPAMs.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-01-26 14:56:12 -05:00
..
allocator.go libnw: untangle IPAM allocator from global state 2023-01-26 14:56:12 -05:00
allocator_test.go libnw: untangle IPAM allocator from global state 2023-01-26 14:56:12 -05:00
parallel_test.go fix minor code unreachability error 2022-08-04 22:32:59 +08:00
store.go Fixup libnetwork lint errors 2021-06-01 23:48:32 +00:00
structures.go pkg/containerfs: alias ContainerFS to string 2022-09-23 16:56:52 -04:00
utils.go Fix libnetwork imports 2021-06-01 21:51:23 +00:00