diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2000-10-10 20:07:36 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2000-10-10 20:07:36 +0000 |
| commit | 82b3e393307e235fd1f3feedcd6c09873c2d5d3b (patch) | |
| tree | ab35caf1868ba6074467456d322a60a88802722c /sys/modules/netgraph | |
| parent | 6bf448dfa7a1b8ceaf71b8f2a32a7bb44bc9f267 (diff) | |
Notes
Diffstat (limited to 'sys/modules/netgraph')
| -rw-r--r-- | sys/modules/netgraph/ppp/ng_ppp.4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/netgraph/ppp/ng_ppp.4 b/sys/modules/netgraph/ppp/ng_ppp.4 index 1dc70dc8705f..62b88ade30b6 100644 --- a/sys/modules/netgraph/ppp/ng_ppp.4 +++ b/sys/modules/netgraph/ppp/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). |
