From owner-freebsd-isdn Mon May 10 4:48:25 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 1870814F6F for ; Mon, 10 May 1999 04:48:21 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (2302 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 10 May 1999 13:48:20 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10goXk-00005UC; Mon, 10 May 99 13:48 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: I want isp0 *down* after a reboot.. In-Reply-To: <199905100925.LAA39261@peedub.muc.de> from Gary Jennejohn at "May 10, 99 11:25:59 am" To: freebsd-isdn@freebsd.org (ISDN Mailinglist) Date: Mon, 10 May 1999 13:48:20 +0200 (METDST) Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1495 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can someone who is affected by this please verify the patch ? > I think that this patch should work. Basically, don't start the i4b > stuff until the interfaces have been initialized. NOTE that this is not > tested, I use a different mechanism. > > *** /u1/src/etc/rc.network Wed Apr 14 22:50:38 1999 > --- rc.network Mon May 10 11:21:50 1999 > *************** > *** 31,41 **** > atm_pass1 > fi > > - # ISDN subsystem startup > - if [ "X${isdn_enable}" = X"YES" -a -f /etc/rc.isdn ]; then > - . /etc/rc.isdn > - fi > - > # Special options for sppp(4) interfaces go here. These need > # to go _before_ the general ifconfig section, since in the case > # of hardwired (no link1 flag) but required authentication, you > --- 31,36 ---- > *************** > *** 79,84 **** > --- 74,84 ---- > fi > ifconfig ${ifn} > done > + > + # ISDN subsystem startup > + if [ "X${isdn_enable}" = X"YES" -a -f /etc/rc.isdn ]; then > + . /etc/rc.isdn > + fi > > # Initialize IP filtering using ipfw > echo "" > > --- > Gary Jennejohn > Home - garyj@muc.de > Work - garyj@fkr.dec.com hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message