diff options
author | 2019-08-24 13:24:49 +0000 | |
---|---|---|
committer | 2019-08-24 13:24:49 +0000 | |
commit | 1507cfe1d6a4b5a243c8f49ebe3dc8a1d74c5b08 (patch) | |
tree | 83279b7ea02d57c209611430cc7780cf0c1ac75f | |
parent | Fix conflict when IKE SA and Child SA rekeying happen at the same time. (diff) | |
download | wireguard-openbsd-1507cfe1d6a4b5a243c8f49ebe3dc8a1d74c5b08.tar.xz wireguard-openbsd-1507cfe1d6a4b5a243c8f49ebe3dc8a1d74c5b08.zip |
Clarify "protected-subnet" option.
Explain the use of the option (according to the RFC) and make clear it is
not usually needed for subnets specified in "from" and "to" options.
ok sthen@
-rw-r--r-- | sbin/iked/iked.conf.5 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sbin/iked/iked.conf.5 b/sbin/iked/iked.conf.5 index 4ea293f61f2..1a68f6e9d12 100644 --- a/sbin/iked/iked.conf.5 +++ b/sbin/iked/iked.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iked.conf.5,v 1.56 2019/08/16 12:11:07 tobhe Exp $ +.\" $OpenBSD: iked.conf.5,v 1.57 2019/08/24 13:24:49 tobhe Exp $ .\" .\" Copyright (c) 2010 - 2014 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 16 2019 $ +.Dd $Mdocdate: August 24 2019 $ .Dt IKED.CONF 5 .Os .Sh NAME @@ -578,7 +578,12 @@ This option is provided for compatibility with legacy clients. .It Ic dhcp-server Ar address The address of an internal DHCP server for further configuration. .It Ic protected-subnet Ar address/prefix -The address of the protected subnet within the internal network. +The address of an additional IPv4 or IPv6 subnet reachable over the +gateway. +This option is used to notify the peer of a subnet behind the gateway (that +might require a second SA). +Networks specified in this SA's "from" or "to" options do not need to be +included. .It Ic access-server Ar address The address of an internal remote access server. .El |