summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2006-09-12 15:20:58 +0000
committerjmc <jmc@openbsd.org>2006-09-12 15:20:58 +0000
commitf867d797358a05c1c8ab6e27f416965dd9949edb (patch)
tree3a511340afadeeae96e2c4744b0c5cf043a48cd1
parentfor apps which use interface groups, point to the section of (diff)
downloadwireguard-openbsd-f867d797358a05c1c8ab6e27f416965dd9949edb.tar.xz
wireguard-openbsd-f867d797358a05c1c8ab6e27f416965dd9949edb.zip
note that enc traffic is unecrypted; from mpf
-rw-r--r--sbin/ipsecctl/ipsec.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5
index 26d5b763a67..7edbfeea916 100644
--- a/sbin/ipsecctl/ipsec.conf.5
+++ b/sbin/ipsecctl/ipsec.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipsec.conf.5,v 1.91 2006/09/12 13:29:39 jmc Exp $
+.\" $OpenBSD: ipsec.conf.5,v 1.92 2006/09/12 15:20:58 jmc Exp $
.\"
.\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved.
.\"
@@ -664,10 +664,10 @@ keyword:
.It Li none Ta 0 Ta [quick mode only]
.El
.Sh PACKET FILTERING
-IPsec traffic appears on the
+IPsec traffic appears unencrypted on the
.Xr enc 4
interface
-and should be filtered accordingly using the
+and can be filtered accordingly using the
.Ox
packet filter,
.Xr pf 4 .