From owner-freebsd-bugs Mon Jul 3 19:33:41 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA04942 for bugs-outgoing; Mon, 3 Jul 1995 19:33:41 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA04934 for ; Mon, 3 Jul 1995 19:33:38 -0700 Received: from corbin.Root.COM (corbin [198.145.90.18]) by Root.COM (8.6.11/8.6.5) with ESMTP id TAA05473; Mon, 3 Jul 1995 19:33:17 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id TAA06074; Mon, 3 Jul 1995 19:33:54 -0700 Message-Id: <199507040233.TAA06074@corbin.Root.COM> To: freebsd-bugs@freefall.cdrom.com cc: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Subject: Re: kern/577: SLIP requires `ifconfig up' now In-reply-to: Your message of "Mon, 03 Jul 95 08:05:48 +0200." <199507030605.IAA02913@uriah.heep.sax.de> From: David Greenman Reply-To: davidg@Root.COM Date: Mon, 03 Jul 1995 19:33:53 -0700 Sender: bugs-owner@FreeBSD.org Precedence: bulk >For me, any change that would restore the existing behaviour will be >okay. I can either think of marking the interface up with if_up() >[sp?] or also modifying slattach instead to do it itself. What I don't want to allow is for the interface to be set up without there being an associated tty. I have a change that will give us both what we want. Basically, "ifconfig srcaddr dstaddr" will set the interface up if it is currently attached to a tty. Otherwise, it will be set 'up' as soon as slattach turns the interface into a SLIP device. -DG