From owner-freebsd-hackers Wed Dec 13 23:28:03 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA13933 for hackers-outgoing; Wed, 13 Dec 1995 23:28:03 -0800 (PST) Received: from rd.zgik.zaporizhzhe.ua (rd.zgik.zaporizhzhe.ua [193.124.62.69]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA13880 for ; Wed, 13 Dec 1995 23:27:38 -0800 (PST) Received: by rd.zgik.zaporizhzhe.ua id AA00688 (5.65c8/IDA-1.4.4 for hackers@FreeBSD.ORG); Thu, 14 Dec 1995 09:24:06 +0200 From: Yury Pshenychny Message-Id: <199512140724.AA00688@rd.zgik.zaporizhzhe.ua> Subject: Re: bug or feature in kern/tty.c To: bde@zeta.org.au (Bruce Evans) Date: Thu, 14 Dec 1995 09:24:04 +0200 (UKR) Cc: bde@zeta.org.au, yura@rd.zgik.zaporizhzhe.ua, eugen@rd.zgik.zaporizhzhe.ua, hackers@FreeBSD.ORG In-Reply-To: <199512131813.FAA30899@godzilla.zeta.org.au> from "Bruce Evans" at Dec 14, 95 05:13:04 am X-Mailer: ELM [version 2.4 PL0] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG Precedence: bulk Bruce Evans wrote: > > -l disable modem control (CLOCAL) and ignore carrier detect on > the slip port. By default the redial-commmand is invoked > upon carrier drop and slattach aborts if no redial-commmand > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > is specified. In any case, this not true. Slattach _not aborts_ if no redial-command is specified. We connected to Internet trough 4-wire LL and using FreeBSD as router since march 1995. We also using two modems configured for 'dumb mode leased line operations'. Modems in this mode redials and reconnects automatically. /etc/start_if.sl0 looks like this slattach -c -h -s 57600 -u /etc/chg_unit.elis /dev/cuaa2 no redial command, no -l options,if modem reconnects slattach not restarts, but continue working (until 2.1.0-RELEASE). You mean this bad? In 2.1.0 slattach not aborts if modem reconnects, but any output to this line disabled. You mean this good?