diff options
author | tobhe <tobhe@cvs.openbsd.org> | 2020-12-28 19:13:13 +0000 |
---|---|---|
committer | tobhe <tobhe@cvs.openbsd.org> | 2020-12-28 19:13:13 +0000 |
commit | 1b62530488e4386a26357e0c221a715d72ffd4df (patch) | |
tree | 264813efce94ea3cdc85df0adb00de4a478eb8c9 /sbin/iked/iked.conf.5 | |
parent | bc96d429d7e37dc2eae7f6458416740e1abf4066 (diff) |
Add back keyword "any" to match any IP address, which actually works
after recent fixes.
Diffstat (limited to 'sbin/iked/iked.conf.5')
-rw-r--r-- | sbin/iked/iked.conf.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/iked/iked.conf.5 b/sbin/iked/iked.conf.5 index d28e472cfa6..4faa5550fd0 100644 --- a/sbin/iked/iked.conf.5 +++ b/sbin/iked/iked.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iked.conf.5,v 1.80 2020/12/11 22:47:11 tobhe Exp $ +.\" $OpenBSD: iked.conf.5,v 1.81 2020/12/28 19:13:12 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: December 11 2020 $ +.Dd $Mdocdate: December 28 2020 $ .Dt IKED.CONF 5 .Os .Sh NAME @@ -396,6 +396,9 @@ the .Ar srcnat parameter can be used to specify the actual source address. This can be used in outgoing NAT/BINAT scenarios as described below. +The keyword +.Ar any +will match any address (i.e. 0.0.0.0/0 and ::/0). If the .Ic config address option is specified, the |