1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/ipam
Jana Radhakrishnan 4289ea637a Make IPAM work even without a backing store
In general the core IPAM and bitseq implementation has
very little assumptions about the presence of a backing
store. But there are a few places where this assumption exists
and this makes it not useful as a simple in-memory allocator.
This PR removes those false assumptions.

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2016-04-15 14:02:30 -07:00
..
allocator.go Make IPAM work even without a backing store 2016-04-15 14:02:30 -07:00
allocator_test.go Remove all netlink/osl deps from ipam/ipamutils 2016-04-10 11:05:39 -07:00
store.go Make IPAM work even without a backing store 2016-04-15 14:02:30 -07:00
structures.go Fix some typos. 2016-02-29 19:20:50 +08:00
utils.go Fix some typos. 2016-02-29 19:20:50 +08:00