Modifier and Type | Method and Description |
---|---|
IPv6AddressPool |
IPv6AddressPool.allocate()
Allocate the first available subnet from the pool.
|
IPv6AddressPool |
IPv6AddressPool.allocate(IPv6Network toAllocate)
Allocate the given subnet from the pool.
|
IPv6AddressPool |
IPv6AddressPool.deAllocate(IPv6Network toDeAllocate)
Give a network back to the pool (de-allocate).
|
static IPv6AddressPool |
IPv6AddressPool.fromRangeAndSubnet(IPv6AddressRange range,
IPv6NetworkMask allocationSubnetSize)
Create a pool of the given range (boundaries inclusive) which is completely free.
|
Copyright © 2013. All Rights Reserved.