aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/ng_ether.4
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2004-05-16 19:31:35 +0000
committerArchie Cobbs <archie@FreeBSD.org>2004-05-16 19:31:35 +0000
commit1a292b80154d3df2676821b8ce96fa6261061025 (patch)
tree0a112dd6f41a61e057a9681dc6f81644ba307c3d /share/man/man4/ng_ether.4
parentf5896baf9c429cf0c2990456bb7f8fb155d8a223 (diff)
downloadsrc-1a292b80154d3df2676821b8ce96fa6261061025.tar.gz
src-1a292b80154d3df2676821b8ce96fa6261061025.zip
Allow ng_ether "lower" and "orphans" hooks to be connected at the same time.
Reviewed by: julian PR: kern/63317
Notes
Notes: svn path=/head/; revision=129281
Diffstat (limited to 'share/man/man4/ng_ether.4')
-rw-r--r--share/man/man4/ng_ether.410
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/ng_ether.4 b/share/man/man4/ng_ether.4
index f1b5731600d7..3dceb9a1c19a 100644
--- a/share/man/man4/ng_ether.4
+++ b/share/man/man4/ng_ether.4
@@ -97,12 +97,12 @@ The
hook is equivalent to
.Va lower ,
except that only unrecognized packets (that would otherwise be discarded)
-are written to the hook, and normal incoming traffic is unaffected.
-At most one of
+are written to the hook, while other normal incoming traffic is unaffected.
+Unrecognized packets written to
+.Va upper
+will be forwarded back out to
.Va orphans
-and
-.Va lower
-may be connected at any time.
+if connected.
.Pp
In all cases, frames are raw Ethernet frames with the standard
14 byte Ethernet header (but no checksum).