Fix default address pool size

The default pools are correct in the first example, but a typo made its way into the second.
  https://github.com/moby/libnetwork/blob/master/ipamutils/utils.go
This commit is contained in:
Charles Ulrich 2023-07-02 12:10:46 -04:00 committed by GitHub
parent 4e81427e4e
commit 94c2b8a06a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ subnet supports 65 536 IPv6 addresses.
{ "base": "172.17.0.0/16", "size": 16 },
{ "base": "172.18.0.0/16", "size": 16 },
{ "base": "172.19.0.0/16", "size": 16 },
{ "base": "172.20.0.0/16", "size": 16 },
{ "base": "172.20.0.0/14", "size": 16 },
{ "base": "172.24.0.0/14", "size": 16 },
{ "base": "172.28.0.0/14", "size": 16 },
{ "base": "192.168.0.0/16", "size": 20 },