diff options
author | tobhe <tobhe@cvs.openbsd.org> | 2020-12-11 22:47:12 +0000 |
---|---|---|
committer | tobhe <tobhe@cvs.openbsd.org> | 2020-12-11 22:47:12 +0000 |
commit | 45671005d233c8069e12042af47146ce7bbd9532 (patch) | |
tree | 1843053ee018e22b6d2b56aef294ccb979e5cf1c /sbin | |
parent | 9fbdb5400f55e4ed01784fc0c1be4859af4ba983 (diff) |
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@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/iked/iked.conf.5 | 7 |
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, |