This is MultiSlip driver for BSDI/386 1.1 (and 1.0, I hope) operating system.
This software are used in Relcom on PC-Based routers and checked on more than
24 SLIP lines on 1 host. It is free for personal use and for BSDI developers,
but read CopyRight first.

First all manuals was on russion. I translated it to English, through some
mistakes can have place - we'll be glad to receive you changes for it.
Please, write us if this soft would be usefull for you.

Igor Chechik.          <chech@kiae.su>
Aleksei Rudnev.        <alex@kiae.su>
		       Relcom, Moscow/St.Petersburg, Russia.
		       (+7 095) 194-19-95.

PS. I am (Aleksey) who made this terrible translation, don't trouble Igor
about it. Hope we'll do it better if there would be some users outside Russia.

======================= Installation ===========================================
Fast installation:

csh -x ./Install

then edit /etc/msliphosts, and /etc/master.passwd files, and add
xldial comands into /etc/rc.local files, and reconfigure kernel.

You have to set something as:

 pseudo-device   sl      30

and edit you /sys/net/if_slvar.h file if you need more than 16 tty lines
for SLIP.
I recommend you read doc/* before. You can use Examples/* files as
samples for you files, and get some kernel files from this if you need it.

Use xldial -x10 to found errors in config files, and look into
/var/log/sldial.log and sllog.log. Hope you shoud add any new modems to
/etc/uucp/L.dialers withouth troubles (use old descriptions as a sample).
Or you can use 'leased' description and login chat instead of 'modem's name',
or any external dialers.
======================= Files ==================================================
Copyright      - Copyright notes,
Install        - Command file for binary installation on 1.1,
READ_ME        - This file,

Examples       - Directory with config files from one of Relcom's routers,
./Examples/etc:
msliphosts
passwd

./Examples/etc/uucp:
L.dialers

./Examples/sys/net:
if_p2p.h                       - this files was changed here.
if_p2psubr.c                   - It is not important, but I add it to
slcompress.c                   - mslip distribution.

./doc:
ads                            - about MultiSlip
ads.rus
instr.lp
instr.man                      - How to install MultiSlip manually (some work
				 should be done by ./Install).
instr.man.rus
sl.4                           - man sl(4)
sl.4.lp
sl.4.rus
xldial.8                       - man xldial(4)
xldial.8.lp
xldial.8.rus

./net:
Install                        - Installation of kernel's parts
if_sl.c                        - Multi Slip driver.
if_slvar.h

./uucp:
L.dialers                      - Description of terminals (sorry, comments on russion yet)
gdial                          - /usr/local/bin/gdial
gdial.c                        - sources of gdial

./xldial:
CHANGES.rus
Makefile
defs.h
defs.h-
if.c
msliphosts                     - sample config file.
msliphosts.rus
rdutmp.c
readcf.c
readcf.c-
ulockf.c
xldial                         - binary xldial for 1.1
xldial.c
xldial.c-
xllog                          - binary xllog for 1.1
xllog.c
xllog.c-
=======================================================================


