mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
English please.
This commit is contained in:
parent
f5928950a2
commit
f24b0aae51
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ func (a *Allocator) getPredefinedPool(as string, ipV6 bool) (*net.IPNet, error)
|
|||
}
|
||||
|
||||
if as != localAddressSpace && as != globalAddressSpace {
|
||||
return nil, fmt.Errorf("no default pool availbale for non-default addresss spaces")
|
||||
return nil, fmt.Errorf("no default pool available for non-default address spaces")
|
||||
}
|
||||
|
||||
aSpace, err := a.getAddrSpace(as)
|
||||
|
|
Loading…
Add table
Reference in a new issue