summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ng_ether.4
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2004-05-16 19:31:35 +0000
committerarchie <archie@FreeBSD.org>2004-05-16 19:31:35 +0000
commit1eee96e5b10a90bb98c51684bf6fa7c4b4d1c57f (patch)
tree0a112dd6f41a61e057a9681dc6f81644ba307c3d /share/man/man4/ng_ether.4
parentae09cae9394cadcf5605c2b97b33ee0ea580f785 (diff)
downloadFreeBSD-src-1eee96e5b10a90bb98c51684bf6fa7c4b4d1c57f.zip
FreeBSD-src-1eee96e5b10a90bb98c51684bf6fa7c4b4d1c57f.tar.gz
Allow ng_ether "lower" and "orphans" hooks to be connected at the same time.
Reviewed by: julian PR: kern/63317
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 f1b5731..3dceb9a 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).
OpenPOWER on IntegriCloud