Crate scion_sdk_address_manager

Crate scion_sdk_address_manager 

Source
Expand description

§Address Manager

Manage a pool of addresses.

The manager::AddressManager allocates addresses and associates allocation with an user identity. A successful allocation will result in a manager::AddressGrant which has a limited lifetime.

The state of the address pool (which address to allocate next) is managed by allocator::AddressAllocator.

Modules§

allocator
An IP address allocator.
dto
Data transfer objects (DTOs) for IP networks.
manager
IP address registry.