aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-10-27 15:31:46 +0100
committerTobias Brunner <tobias@strongswan.org>2014-10-30 12:32:45 +0100
commitc355e2b2c7b9e13986036d95bef85eafde1260d0 (patch)
tree8fd1a6d5a62eb00ab3f78de6e7f66b38130b8c4a /man
parent82be444eb99b51f42e717bf883a981ae9cd7d77e (diff)
downloadstrongswan-c355e2b2c7b9e13986036d95bef85eafde1260d0.tar.bz2
strongswan-c355e2b2c7b9e13986036d95bef85eafde1260d0.tar.xz
stroke: Add support for address range definitions of in-memory pools
Diffstat (limited to 'man')
-rw-r--r--man/ipsec.conf.5.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/ipsec.conf.5.in b/man/ipsec.conf.5.in
index 32d0b9a27..1c5ac0015 100644
--- a/man/ipsec.conf.5.in
+++ b/man/ipsec.conf.5.in
@@ -853,13 +853,15 @@ an address of the given address family will be requested explicitly.
If an IP address is configured, it will be requested from the responder,
which is free to respond with a different address.
.TP
-.BR rightsourceip " = %config | <network>/<netmask> | %poolname"
+.BR rightsourceip " = %config | <network>/<netmask> | <from>-<to> | %poolname"
Comma separated list of internal source IPs to use in a tunnel for the remote
peer. If the value is
.B %config
on the responder side, the initiator must propose an address which is then
echoed back. Also supported are address pools expressed as
\fInetwork\fB/\fInetmask\fR
+and
+\fIfrom\fB-\fIto\fR
or the use of an external IP address pool using %\fIpoolname\fR,
where \fIpoolname\fR is the name of the IP address pool used for the lookup.
.TP