diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-05-02 08:52:50 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-05-02 08:52:50 +0000 |
| commit | 3de29bbf70d141b70551340fa595664cf81e4630 (patch) | |
| tree | 4ae839896240d9bc09f2b9849544ff72062d459d | |
| parent | e2375c635f4a8b2a4f539d7a55e0af4b15bf3df2 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/ppp/ppp.8 | 15 | ||||
| -rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 15 |
2 files changed, 24 insertions, 6 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index b6ce23b2733b..05c20bfa0dce 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.164 1999/03/25 23:36:25 brian Exp $ +.\" $Id: ppp.8,v 1.165 1999/04/23 13:45:50 brian Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' .Os FreeBSD @@ -2198,8 +2198,15 @@ may be one of the following: .Bl -tag -width XX .It acfcomp Default: Enabled and Accepted. ACFComp stands for Address and Control -Field Compression. Non LCP packets usually have very similar address -and control fields - making them easily compressible. +Field Compression. Non LCP packets will usually have an address +field of 0xff (the All-Stations address) and a control field of +0x03 (the Unnumbered Information command). If this option is +negotiated, these two bytes are simply not sent, thus minimising +traffic. +.Pp +See +.Pa rfc1662 +for details. .It chap Ns Op \&05 Default: Disabled and Accepted. CHAP stands for Challenge Handshake Authentication Protocol. Only one of CHAP and PAP (below) may be @@ -4346,6 +4353,8 @@ Show the current log values. Show current memory statistics. .It show modem Show low level link information. +.It show mp +Show Multi-link information. .It show proto Show current protocol totals. .It show route diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index b6ce23b2733b..05c20bfa0dce 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.164 1999/03/25 23:36:25 brian Exp $ +.\" $Id: ppp.8,v 1.165 1999/04/23 13:45:50 brian Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' .Os FreeBSD @@ -2198,8 +2198,15 @@ may be one of the following: .Bl -tag -width XX .It acfcomp Default: Enabled and Accepted. ACFComp stands for Address and Control -Field Compression. Non LCP packets usually have very similar address -and control fields - making them easily compressible. +Field Compression. Non LCP packets will usually have an address +field of 0xff (the All-Stations address) and a control field of +0x03 (the Unnumbered Information command). If this option is +negotiated, these two bytes are simply not sent, thus minimising +traffic. +.Pp +See +.Pa rfc1662 +for details. .It chap Ns Op \&05 Default: Disabled and Accepted. CHAP stands for Challenge Handshake Authentication Protocol. Only one of CHAP and PAP (below) may be @@ -4346,6 +4353,8 @@ Show the current log values. Show current memory statistics. .It show modem Show low level link information. +.It show mp +Show Multi-link information. .It show proto Show current protocol totals. .It show route |
