summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSebastian Benoit <benno@cvs.openbsd.org>2013-06-02 01:07:48 +0000
committerSebastian Benoit <benno@cvs.openbsd.org>2013-06-02 01:07:48 +0000
commitcef635272f18c99ebe54833e387b89ee0b041c29 (patch)
treeffec0815b45b8de5d597ad840d4d0163dd2fc199 /share
parentc163d6349d10a58d64e615b1d547a7a6ada5b808 (diff)
improve the divert-* description a bit more
ok lteo & jmc
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/divert.412
1 files changed, 7 insertions, 5 deletions
diff --git a/share/man/man4/divert.4 b/share/man/man4/divert.4
index e7eeac6726a..87d6679a819 100644
--- a/share/man/man4/divert.4
+++ b/share/man/man4/divert.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: divert.4,v 1.12 2013/06/01 18:41:43 lteo Exp $
+.\" $OpenBSD: divert.4,v 1.13 2013/06/02 01:07:47 benno Exp $
.\"
.\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
.\"
@@ -14,7 +14,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: June 1 2013 $
+.Dd $Mdocdate: June 2 2013 $
.Dt DIVERT 4
.Os
.Sh NAME
@@ -48,13 +48,15 @@ processes a packet that matches a rule with the
parameter
(see
.Xr pf.conf 5
-for details) it is immediately sent to the divert socket listening on the
+for details) it is sent to the divert socket listening on the
divert port specified in the rule.
Note that
.Ar divert-packet
should not be confused with
-.Ar divert-to ,
-which does not use divert sockets.
+.Ar divert-to
+or
+.Ar divert-reply ,
+which do not use divert sockets.
.Xr pf 4
reassembles TCP streams by default (if IP reassembly is not disabled)
before sending them to the divert sockets.