summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortobhe <tobhe@openbsd.org>2020-12-11 22:47:11 +0000
committertobhe <tobhe@openbsd.org>2020-12-11 22:47:11 +0000
commitc96fecc9f7ae4987a876716752c92d2cecd5fcc4 (patch)
tree0df21011e2fbc1ca2cca23ad300a2fb9df0e5821
parentipmi(4): ipmi_poll_thread(): remove sleep loop (diff)
downloadwireguard-openbsd-c96fecc9f7ae4987a876716752c92d2cecd5fcc4.tar.xz
wireguard-openbsd-c96fecc9f7ae4987a876716752c92d2cecd5fcc4.zip
The keyword "any" does not actually work properly for traffic selectors.
To match all traffic use 0.0.0.0/0 or ::/0. ok patrick@
-rw-r--r--sbin/iked/iked.conf.57
1 files changed, 2 insertions, 5 deletions
diff --git a/sbin/iked/iked.conf.5 b/sbin/iked/iked.conf.5
index 4ee153f00fa..d28e472cfa6 100644
--- a/sbin/iked/iked.conf.5
+++ b/sbin/iked/iked.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: iked.conf.5,v 1.79 2020/11/15 22:39:36 tobhe Exp $
+.\" $OpenBSD: iked.conf.5,v 1.80 2020/12/11 22:47:11 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: November 15 2020 $
+.Dd $Mdocdate: December 11 2020 $
.Dt IKED.CONF 5
.Os
.Sh NAME
@@ -389,9 +389,6 @@ Each traffic selector will apply for packets with source address
.Ar src
and destination address
.Ar dst .
-The keyword
-.Ar any
-will match any address (i.e. 0.0.0.0/0).
If the
.Ar src
argument specifies a fictional source ID,