moby/libnetwork/drivers
Albin Kerouanton 2d31697d82
daemon: set docker0 subpool as the IPAM pool
Since cc19eba (backported to v23.0.4), the PreferredPool for docker0 is
set only when the user provides the bip config parameter or when the
default bridge already exist. That means, if a user provides the
fixed-cidr parameter on a fresh install or reboot their computer/server
without bip set, dockerd throw the following error when it starts:

> failed to start daemon: Error initializing network controller: Error
> creating default "bridge" network: failed to parse pool request for
> address space "LocalDefault" pool "" subpool "100.64.0.0/26": Invalid
> Address SubPool

See #45356.

Signed-off-by: Albin Kerouanton <albinker@gmail.com>
2023-04-25 15:32:46 +02:00
..
bridge daemon: set docker0 subpool as the IPAM pool 2023-04-25 15:32:46 +02:00
host libnet: convert to new-style driver registration 2023-01-27 11:47:42 -05:00
ipvlan libnet/d/ipvlan: gracefully migrate from older dbs 2023-02-06 12:08:28 -05:00
macvlan libnet: convert to new-style driver registration 2023-01-27 11:47:42 -05:00
null libnet: convert to new-style driver registration 2023-01-27 11:47:42 -05:00
overlay Merge pull request #44965 from akerouanton/libnetwork-dead-code 2023-04-11 17:09:45 +02:00
remote libnet: convert to new-style driver registration 2023-01-27 11:47:42 -05:00
windows libnetwork: remove unused props from windows overlay driver 2023-04-06 19:33:04 +02:00