diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-05-14 12:17:50 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-06-11 17:33:29 +0200 |
commit | 95e41fb80ae6b7c6b5bdc6556a235a8b2db6cdf4 (patch) | |
tree | 5b6d2b4cb87b3eb280779e0aafa3741d9db03876 /man | |
parent | 163b22738648c9c915cb1107e7cbf413cbff6c94 (diff) | |
download | strongswan-95e41fb80ae6b7c6b5bdc6556a235a8b2db6cdf4.tar.bz2 strongswan-95e41fb80ae6b7c6b5bdc6556a235a8b2db6cdf4.tar.xz |
starter: Drop support for %defaultroute.
Diffstat (limited to 'man')
-rw-r--r-- | man/ipsec.conf.5.in | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/man/ipsec.conf.5.in b/man/ipsec.conf.5.in index 63e25c8fe..0385a02af 100644 --- a/man/ipsec.conf.5.in +++ b/man/ipsec.conf.5.in @@ -451,24 +451,10 @@ Relevant only locally, other end need not agree on it. synonym for .BR lifetime . .TP -.BR left " = <ip address> | <fqdn> | %defaultroute | " %any +.BR left " = <ip address> | <fqdn> | " %any (required) the IP address of the left participant's public-network interface or one of several magic values. -If it is -.BR %defaultroute , -.B left -will be filled in automatically with the local address -of the default-route interface (as determined at IPsec startup time and -during configuration update). -Either -.B left -or -.B right -may be -.BR %defaultroute , -but not both. - The value .B %any for the local endpoint signifies an address to be filled in (by automatic @@ -644,7 +630,7 @@ to 4500 if a NAT is detected or MOBIKE is enabled. Specifying a local IKE port different from the default additionally requires a socket implementation that listens to this port. .TP -.BR leftnexthop " = %direct | %defaultroute | <ip address> | <fqdn>" +.BR leftnexthop " = %direct | <ip address> | <fqdn>" this parameter is usually not needed any more because the NETKEY IPsec stack does not require explicit routing entries for the traffic to be tunneled. If .B leftsourceip |