summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ng_ppp.4
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2000-05-04 17:54:37 +0000
committerarchie <archie@FreeBSD.org>2000-05-04 17:54:37 +0000
commit44be3a44bdea737af82867ace4c1c49456b343e5 (patch)
tree3de7f3999eea8f252bfab2d528641cf4789815e8 /share/man/man4/ng_ppp.4
parente306b417ff4bae50658cdbeeef9128c894836842 (diff)
downloadFreeBSD-src-44be3a44bdea737af82867ace4c1c49456b343e5.zip
FreeBSD-src-44be3a44bdea737af82867ace4c1c49456b343e5.tar.gz
Move netgraph node type man pages from section 8 to section 4.
Diffstat (limited to 'share/man/man4/ng_ppp.4')
-rw-r--r--share/man/man4/ng_ppp.433
1 files changed, 17 insertions, 16 deletions
diff --git a/share/man/man4/ng_ppp.4 b/share/man/man4/ng_ppp.4
index 96045e0..b0def8d 100644
--- a/share/man/man4/ng_ppp.4
+++ b/share/man/man4/ng_ppp.4
@@ -36,7 +36,7 @@
.\" $Whistle: ng_ppp.8,v 1.3 1999/01/25 23:46:27 archie Exp $
.\"
.Dd January 19, 1999
-.Dt NG_PPP 8
+.Dt NG_PPP 4
.Os FreeBSD
.Sh NAME
.Nm ng_ppp
@@ -66,7 +66,7 @@ hook which is used to handle any protocol not directly supported
by the node. This includes all of the control protocols: LCP, IPCP,
CCP, etc. Typically this node is connected to a user-land daemon
via a
-.Xr ng_socket 8
+.Xr ng_socket 4
type node.
.Sh ENABLING FUNCTIONALITY
In general, the PPP node enables a specific link or functionality when
@@ -152,11 +152,11 @@ and
hooks are connected, and the corresponding configuration flag is
enabled, Van Jacobsen compression and/or decompression will become active.
Normally these hooks connect to the corresponding hooks of a single
-.Xr ng_vjc 8
+.Xr ng_vjc 4
node. The PPP node is compatible with the
.Dq pass through
modes of the
-.Xr ng_vjc 8
+.Xr ng_vjc 4
node type.
.Sh BYPASS HOOK
When a frame is received on a link with an unsupported protocol,
@@ -249,22 +249,22 @@ Connection to encryption engine
Connection to decryption engine
.It Dv vjc_ip
Connection to
-.Xr ng_vjc 8
+.Xr ng_vjc 4
.Dv ip
hook
.It Dv vjc_vjcomp
Connection to
-.Xr ng_vjc 8
+.Xr ng_vjc 4
.Dv vjcomp
hook
.It Dv vjc_vjuncomp
Connection to
-.Xr ng_vjc 8
+.Xr ng_vjc 4
.Dv vjuncomp
hook
.It Dv vjc_vjip
Connection to
-.Xr ng_vjc 8
+.Xr ng_vjc 4
.Dv vjip
hook
.It Dv inet
@@ -342,15 +342,15 @@ but also atomically clears the statistics as well.
.El
.Pp
This node type also accepts the control messages accepted by the
-.Xr ng_vjc 8
+.Xr ng_vjc 4
node type. When received, these messages are simply forwarded to
the adjacent
-.Xr ng_vjc 8
+.Xr ng_vjc 4
node, if any. This is particularly useful when the individual
PPP links are able to generate
.Dv NGM_VJC_RECV_ERROR
messages (see
-.Xr ng_vjc 8
+.Xr ng_vjc 4
for a description).
.Sh SHUTDOWN
This node shuts down upon receipt of a
@@ -358,11 +358,12 @@ This node shuts down upon receipt of a
control message, or when all hooks have been disconnected.
.Sh SEE ALSO
.Xr netgraph 4 ,
-.Xr ng_async 8 ,
-.Xr ng_iface 8 ,
-.Xr ng_vjc 8 ,
-.Xr ng_pppoe 8 ,
-.Xr ngctl 8 .
+.Xr ng_async 4 ,
+.Xr ng_iface 4 ,
+.Xr ng_mppc 4 ,
+.Xr ng_pppoe 4 ,
+.Xr ng_vjc 4 ,
+.Xr ngctl 8
.Rs
.%A W. Simpson
.%T "The Point-to-Point Protocol (PPP)"
OpenPOWER on IntegriCloud