diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2004-02-28 21:32:40 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2004-02-28 21:32:40 +0000 |
| commit | 4b40c43af8962d34463940257de9d9ce37d72de8 (patch) | |
| tree | 5360029e3d9af1ae119a0ea104314b07201bd460 /usr.sbin/pppd | |
| parent | 4103b7652d1c438d04b360d0c81bae619b1b8259 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pppd')
| -rw-r--r-- | usr.sbin/pppd/pppd.8 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8 index 41cefa1a97bc..fdca2b51ba72 100644 --- a/usr.sbin/pppd/pppd.8 +++ b/usr.sbin/pppd/pppd.8 @@ -183,6 +183,12 @@ Alternatively, a value of 0 for \fInr\fR or \fInt\fR disables compression in the corresponding direction. Use \fInobsdcomp\fR or \fIbsdcomp 0\fR to disable BSD-Compress compression entirely. .TP +.B callback \fIphone_number +Request a call-back to the \fIphone_number\fR. This only works if the peer +is speaking the Call Back Configuration Protocol. Do not put this into the +main options file if you sometimes connect to servers that don't support +it. +.TP .B chap-interval \fIn If this option is given, pppd will rechallenge the peer every \fIn\fR seconds. |
