summaryrefslogtreecommitdiffstats
path: root/sbin/startslip/startslip.1
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-12-04 12:26:01 +0000
committerjkh <jkh@FreeBSD.org>1994-12-04 12:26:01 +0000
commit813d1d8c362befc219394b8bd95115d6f6ddb2e7 (patch)
tree82b2fab3e2d6816e146b7f3c5f3144c619fa156c /sbin/startslip/startslip.1
parent748aa8aafdfbba990c876bd4f56520ad6f09a184 (diff)
downloadFreeBSD-src-813d1d8c362befc219394b8bd95115d6f6ddb2e7.zip
FreeBSD-src-813d1d8c362befc219394b8bd95115d6f6ddb2e7.tar.gz
Joe Greco <jgreco@brasil.moneng.mei.com>'s enhancements to startslip.
Submitted by: jgreco
Diffstat (limited to 'sbin/startslip/startslip.1')
-rw-r--r--sbin/startslip/startslip.113
1 files changed, 13 insertions, 0 deletions
diff --git a/sbin/startslip/startslip.1 b/sbin/startslip/startslip.1
index f12feab..8a9dd3d 100644
--- a/sbin/startslip/startslip.1
+++ b/sbin/startslip/startslip.1
@@ -40,9 +40,12 @@
.Sh SYNOPSIS
.Nm startslip
.Op Fl d
+.Op Fl b Ar speed
.Op Fl s Ar string
.Op Fl A Ar annexname
.Op Fl F Ar flowcontrol
+.Op Fl U Ar upscript
+.Op Fl D Ar downscript
.Ar device user passwd
.Sh DESCRIPTION
.Nm Startslip
@@ -67,6 +70,9 @@ Available options:
.It Fl d
.Nm Startslip
prints out debugging information about what it is trying to do.
+.It Fl b Ar speed
+Determines the baud rate used for
+.Ar device .
.It Fl s Ar string
The optional
.Ar string
@@ -95,6 +101,13 @@ are
``none'' for no flow control (the default),
``hw'' for hardware RTS/CTS flow control and
``sw'' for software XON/XOFF flow control.
+.It Fl U Ar upscript
+Specifies a script to run when a SLIP interface becomes connected. This may
+contain ifconfig, route, and other appropriate commands. The arguments that
+are passed to the script are "slX up".
+.It Fl D Ar downscript
+Specifies a script to run when a SLIP connection goes away. The arguments that
+are passed to the script are "slX down".
.El
.Sh SEE ALSO
.Xr sliplogin 8
OpenPOWER on IntegriCloud