summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorjasoni <jasoni@cvs.openbsd.org>2002-05-28 17:50:05 +0000
committerjasoni <jasoni@cvs.openbsd.org>2002-05-28 17:50:05 +0000
commit10b1037a7992339ee8ee3755852111d4ce7506b6 (patch)
tree5b530159f142f6e6073a3c24d7b89d3714358d83 /share
parent541ddd2186a5d1f71fa674c9f7dfd6a278aada3e (diff)
document when the bridge will fragment ip packets..
- ok jason@, dhartmei@
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/bridge.410
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4
index 6e7de438a0a..edd54a5354d 100644
--- a/share/man/man4/bridge.4
+++ b/share/man/man4/bridge.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bridge.4,v 1.40 2002/04/28 02:21:06 deraadt Exp $
+.\" $OpenBSD: bridge.4,v 1.41 2002/05/28 17:50:04 jasoni Exp $
.\"
.\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -537,6 +537,14 @@ Since bridged packets pass through the filter twice with the source
and destination addresses reversed between interfaces, two state
entries (one for each direction) are required when all interfaces
are filtered statefully.
+.Pp
+If an IP packet is too large for the outgoing interface the bridge
+will perform IP fragmentation.
+This can happen when bridge members
+have different mtu's or when IP fragments are reassembled by
+.Xr pf 4 .
+Non-IP packets which are too large for the outgoing interface will be
+dropped.
.Sh SEE ALSO
.Xr errno 2 ,
.Xr ioctl 2 ,