summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/command.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-03-04 17:42:15 +0000
committerbrian <brian@FreeBSD.org>1999-03-04 17:42:15 +0000
commitfe992c122ec68c1830ec9832e9f3bf7b23a92ac2 (patch)
tree25cf953120c74383ddd886c2252439cb3c4f839d /usr.sbin/ppp/command.c
parentf14d10621ff9cf650f3ece66fe29e29a0102da0d (diff)
downloadFreeBSD-src-fe992c122ec68c1830ec9832e9f3bf7b23a92ac2.zip
FreeBSD-src-fe992c122ec68c1830ec9832e9f3bf7b23a92ac2.tar.gz
Extend the ``set redial'' command to allow incremental
redial timeouts.
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r--usr.sbin/ppp/command.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c
index 47d66ec..dda1df7 100644
--- a/usr.sbin/ppp/command.c
+++ b/usr.sbin/ppp/command.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: command.c,v 1.184 1999/02/26 21:28:07 brian Exp $
+ * $Id: command.c,v 1.185 1999/03/03 23:00:39 brian Exp $
*
*/
#include <sys/param.h>
@@ -141,7 +141,7 @@
#define NEG_DNS 52
const char Version[] = "2.11";
-const char VersionDate[] = "$Date: 1999/02/26 21:28:07 $";
+const char VersionDate[] = "$Date: 1999/03/03 23:00:39 $";
static int ShowCommand(struct cmdargs const *);
static int TerminalCommand(struct cmdargs const *);
@@ -1843,7 +1843,7 @@ static struct cmdtab const SetCommands[] = {
{"recvpipe", NULL, SetVariable, LOCAL_AUTH,
"RECVPIPE value", "set recvpipe value", (const void *)VAR_RECVPIPE},
{"redial", NULL, datalink_SetRedial, LOCAL_AUTH | LOCAL_CX,
- "Redial timeout", "set redial value|random[.value|random] [attempts]"},
+ "Redial timeout", "set redial secs[+inc[-incmax]][.next] [attempts]"},
{"sendpipe", NULL, SetVariable, LOCAL_AUTH,
"SENDPIPE value", "set sendpipe value", (const void *)VAR_SENDPIPE},
{"server", "socket", SetServer, LOCAL_AUTH,
OpenPOWER on IntegriCloud