diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 2001-12-27 16:49:54 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 2001-12-27 16:49:54 +0000 |
| commit | 41a95e09c1e2c340a304823eea17680c828b6657 (patch) | |
| tree | 44acbaaeb3fda1149dc9fdc67478a927caf3eb3d | |
| parent | 1a5d6f5e0bde40b44ad964622e145eea24c5ca30 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/sppp.4 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/share/man/man4/sppp.4 b/share/man/man4/sppp.4 index 504893f2f3d0..af4c6b0943a7 100644 --- a/share/man/man4/sppp.4 +++ b/share/man/man4/sppp.4 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 1997 Joerg Wunsch +.\" Copyright (c) 1997, 2001 Joerg Wunsch .\" .\" All rights reserved. .\" @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 19, 1997 +.Dd December 27, 2001 .Dt SPPP 4 .Os .Sh NAME @@ -132,6 +132,10 @@ and RFC 1994 resp., are also implemented. Their parameters are being controlled by the .Xr spppcontrol 8 utility. +.Pp +VJ header compression is implemented, and enabled by default. It can be +disabled using +.Xr spppcontrol 8 . .Sh DIAGNOSTICS .Bl -diag .It <ifname><ifnum>: <proto> illegal <event> in state <statename> @@ -198,6 +202,8 @@ Currently, only the control protocol and .Xr ip 4 network protocol is supported. +More NCPs should be implemented, as well as other control protocols +for authentication and link quality reporting. .Pp Negotiation loop avoidance is not fully implemented. If the negotiation doesn't converge, this can cause an endless loop. @@ -210,9 +216,4 @@ through .Em Passive mode has not been tested extensively. .Pp -More NCPs should be implemented, as well as other control protocols -for authentication and link quality reporting. -.Pp -IPCP should support VJ header compression. -.Pp Link-level compression protocols should be supported. |
