aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2000-10-10 20:07:11 +0000
committerArchie Cobbs <archie@FreeBSD.org>2000-10-10 20:07:11 +0000
commita3fef8df1c0388a7dc6e4caa6cb96afcfaf893cd (patch)
tree7b9fd1b2d55bd43a943c205524c4cb258a2369a8
parentcb947c91daac7b780a928e64ea4f58c31b35e8fe (diff)
downloadsrc-a3fef8df1c0388a7dc6e4caa6cb96afcfaf893cd.tar.gz
src-a3fef8df1c0388a7dc6e4caa6cb96afcfaf893cd.zip
Minor clarification about the "bypass" hook.
Notes
Notes: svn path=/head/; revision=66947
-rw-r--r--share/man/man4/ng_ppp.43
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/ng_ppp.4 b/share/man/man4/ng_ppp.4
index 1dc70dc8705f..62b88ade30b6 100644
--- a/share/man/man4/ng_ppp.4
+++ b/share/man/man4/ng_ppp.4
@@ -184,7 +184,8 @@ If the link number is
the frame will be delivered over the multi-link bundle; or, if multi-link
is disabled, over the (single) PPP link.
.Pp
-Typically when the controlling entity receives a packet on the bypass
+Typically when the controlling entity receives an unexpected packet on the
+.Dv bypass
hook it responds either by dropping the frame (if it's not ready for
the protocol) or with an LCP protocol reject (if it doesn't recognize
or expect the protocol).