diff options
author | Martin Willi <martin@revosec.ch> | 2012-08-27 16:39:55 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-08-30 16:43:45 +0200 |
commit | 2df155958cd4cabdb2b595f374d020a231a68795 (patch) | |
tree | 01d77d9033170f906d19a1a4f72a94c916c9d685 /src | |
parent | 7f52f621c227b412ca497981241e9b91e0951f28 (diff) | |
download | strongswan-2df155958cd4cabdb2b595f374d020a231a68795.tar.bz2 strongswan-2df155958cd4cabdb2b595f374d020a231a68795.tar.xz |
Added a note to _updown for the new PLUTO_MY_SOURCEIP* variables
Diffstat (limited to 'src')
-rw-r--r-- | src/_updown/_updown.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/_updown/_updown.in b/src/_updown/_updown.in index 0539e5110..3a40e2110 100644 --- a/src/_updown/_updown.in +++ b/src/_updown/_updown.in @@ -73,8 +73,12 @@ # just the host, this will be 255.255.255.255. # # PLUTO_MY_SOURCEIP -# if non-empty, then the source address for the route will be -# set to this IP address. +# PLUTO_MY_SOURCEIP4_$i +# PLUTO_MY_SOURCEIP6_$i +# contains IPv4/IPv6 virtual IP received from a responder, +# $i enumerates from 1 to the number of IP per address family. +# PLUTO_MY_SOURCEIP is a legacy variable and equals to the first +# virtual IP, IPv4 or IPv6. # # PLUTO_MY_PROTOCOL # is the IP protocol that will be transported. |