From owner-freebsd-isdn Mon May 10 2:27: 9 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id 3626015294 for ; Mon, 10 May 1999 02:27:05 -0700 (PDT) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id LAA39261 for ; Mon, 10 May 1999 11:25:59 +0200 (CEST) Message-Id: <199905100925.LAA39261@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-isdn@freebsd.org Subject: Re: I want isp0 *down* after a reboot.. Reply-To: Gary Jennejohn In-reply-to: Your message of "Mon, 10 May 1999 11:16:24 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 May 1999 11:25:59 +0200 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hellmuth Michaelis writes: > >Now what is the essence of this ? diffs, patches ? > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message