mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
swanctl: Document possibility of non-zero base addresses for in-memory pools
References strongswan/strongswan#2205
This commit is contained in:
parent
907079bd13
commit
afeac365fd
@ -1331,7 +1331,10 @@ pools.<name>.addrs =
|
||||
|
||||
Subnet or range defining addresses allocated in pool. Accepts a single CIDR
|
||||
subnet defining the pool to allocate addresses from or an address range
|
||||
(<from>-<to>). Pools must be unique and non-overlapping.
|
||||
(<from>-<to>). If the address in CIDR notation is not the network ID of the
|
||||
subnet (e.g. 10.1.0.5/24 instead of 10.1.0.0/24), addresses below it won't
|
||||
be allocated to clients (they could e.g. be assigned manually to internal
|
||||
hosts like the VPN server itself). Pools must be unique and non-overlapping.
|
||||
|
||||
pools.<name>.<attr> =
|
||||
Comma separated list of additional attributes from type <attr>.
|
||||
|
Loading…
x
Reference in New Issue
Block a user