summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-10-27 22:53:18 +0000
committerbrian <brian@FreeBSD.org>1998-10-27 22:53:18 +0000
commit40a2b1778b61c894df92557398afb05e0fc9799c (patch)
treeffea3806a77bbbc13e3a233012028519376bd4a4 /usr.sbin
parent877e8e9a788ac5cc6ce22e15bc66e92f75a0c4a7 (diff)
downloadFreeBSD-src-40a2b1778b61c894df92557398afb05e0fc9799c.zip
FreeBSD-src-40a2b1778b61c894df92557398afb05e0fc9799c.tar.gz
Stress that ``none'' must be specified on the `set callback'
line if callback is to be optional. Requested by: Andrzej Tobola <san@koziolek.lublin.top.pl>
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/ppp.818
-rw-r--r--usr.sbin/ppp/ppp.8.m418
2 files changed, 26 insertions, 10 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8
index 03e5739..22aa170 100644
--- a/usr.sbin/ppp/ppp.8
+++ b/usr.sbin/ppp/ppp.8
@@ -1,4 +1,4 @@
-.\" $Id: ppp.8,v 1.128 1998/10/26 19:07:36 brian Exp $
+.\" $Id: ppp.8,v 1.129 1998/10/26 19:07:39 brian Exp $
.Dd 20 September 1995
.Os FreeBSD
.Dt PPP 8
@@ -2730,12 +2730,20 @@ links will stay active until the bundle idle timer expires.
If no arguments are given, callback is disabled, otherwise,
.Nm
will request (or in
-.Ar direct
-mode, will accept) one of the given protocols. If a request is NAK'd
+.Fl direct
+mode, will accept) one of the given protocols. In client mode, if a
+request is NAK'd
.Nm
will request another, until no options remain at which point
.Nm
-will terminate negotiations.
+will terminate negotiations. In server mode,
+.Nm
+will accept any of the given protocols - but the client
+.Em must
+request one of them. If you wish callback to be optional, you must include
+.Ar none
+as an option.
+.Pp
The options are as follows (in this order of preference):
.Pp
.Bl -tag
@@ -2773,7 +2781,7 @@ themselves.
If the peer does not wish to do callback at all,
.Nm
will accept the fact and continue without callback rather than terminating
-the connection.
+the connection. This is required if you wish callback to be optional.
.El
.Pp
.It set cbcp Op *|number[,number]... Op delay Op retry
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index 03e5739..22aa170 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -1,4 +1,4 @@
-.\" $Id: ppp.8,v 1.128 1998/10/26 19:07:36 brian Exp $
+.\" $Id: ppp.8,v 1.129 1998/10/26 19:07:39 brian Exp $
.Dd 20 September 1995
.Os FreeBSD
.Dt PPP 8
@@ -2730,12 +2730,20 @@ links will stay active until the bundle idle timer expires.
If no arguments are given, callback is disabled, otherwise,
.Nm
will request (or in
-.Ar direct
-mode, will accept) one of the given protocols. If a request is NAK'd
+.Fl direct
+mode, will accept) one of the given protocols. In client mode, if a
+request is NAK'd
.Nm
will request another, until no options remain at which point
.Nm
-will terminate negotiations.
+will terminate negotiations. In server mode,
+.Nm
+will accept any of the given protocols - but the client
+.Em must
+request one of them. If you wish callback to be optional, you must include
+.Ar none
+as an option.
+.Pp
The options are as follows (in this order of preference):
.Pp
.Bl -tag
@@ -2773,7 +2781,7 @@ themselves.
If the peer does not wish to do callback at all,
.Nm
will accept the fact and continue without callback rather than terminating
-the connection.
+the connection. This is required if you wish callback to be optional.
.El
.Pp
.It set cbcp Op *|number[,number]... Op delay Op retry
OpenPOWER on IntegriCloud