summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorKjell Wooding <kjell@cvs.openbsd.org>2001-07-18 22:53:58 +0000
committerKjell Wooding <kjell@cvs.openbsd.org>2001-07-18 22:53:58 +0000
commit2c25853c4a19f51b540cce4e8bca9eb5778af60d (patch)
treedc65c01f89a4a59736d967dc5f728bc9a2cc0cd5 /share
parentbce7dce558e22787f005a3440690fd997f0776b8 (diff)
Clarify the wording of the input-rules-only restriction. ok jason@
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/bridge.411
1 files changed, 5 insertions, 6 deletions
diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4
index c9fe0da8b23..ff2d81eab97 100644
--- a/share/man/man4/bridge.4
+++ b/share/man/man4/bridge.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bridge.4,v 1.33 2001/07/01 22:02:15 angelos Exp $
+.\" $OpenBSD: bridge.4,v 1.34 2001/07/18 22:53:57 kjell Exp $
.\"
.\" Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -87,9 +87,9 @@ or
datagram; if so, the datagram is run through the
.Xr pf 4
interface so that it can be filtered.
-Only the
+The datagram is only checked against the
.Xr pf 4
-input rules for the source interface are checked with the datagram;
+input rules for the source interface;
output rules have no effect.
.Sh IOCTLS
A
@@ -542,7 +542,6 @@ kernel interface first appeared in
.Ox 2.5 .
.Sh BUGS
.Pp
-Only
+Incoming packets are only checked against
.Xr pf 4
-input rules are checked with incoming packets; there is no easy way to
-handle output rules.
+input rules. There is no easy way to handle output rules.