From a3fef8df1c0388a7dc6e4caa6cb96afcfaf893cd Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Tue, 10 Oct 2000 20:07:11 +0000 Subject: [PATCH] Minor clarification about the "bypass" hook. --- share/man/man4/ng_ppp.4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/man/man4/ng_ppp.4 b/share/man/man4/ng_ppp.4 index 1dc70dc8705..62b88ade30b 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).