From owner-freebsd-current Fri Apr 12 03:34:04 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22829 for current-outgoing; Fri, 12 Apr 1996 03:34:04 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA22824 Fri, 12 Apr 1996 03:34:02 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id DAA11272; Fri, 12 Apr 1996 03:33:14 -0700 (PDT) To: "Rodney W. Grimes" cc: pst@freefall.freebsd.org (Paul Traina), current@freefall.freebsd.org Subject: Re: feedback sought on proposed change to netstart In-reply-to: Your message of "Thu, 11 Apr 1996 23:04:38 PDT." <199604120604.XAA17874@GndRsh.aac.dev.com> Date: Fri, 12 Apr 1996 03:33:14 -0700 Message-ID: <11270.829305194@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > You can't ifconfig some interfaces until they are setup, you don't want > to ifconfig a slip line until sl0 is setup, same goes for ppp. Really? Why not? If you ifconfig sl0 with some address parameters and then slattach it, it works fine. Same with ppp. I'm not saying it's the best of ideas to do so, but as far as I can tell the values certainly "stick" and the device goes "up" just as soon as slattach or ppp negotiates the connection successfully. Jordan