Date: Mon, 10 May 1999 13:48:20 +0200 (METDST) From: hm@hcs.de (Hellmuth Michaelis) To: freebsd-isdn@freebsd.org (ISDN Mailinglist) Subject: Re: I want isp0 *down* after a reboot.. <sigh> Message-ID: <m10goXk-00005UC@hcswork.hcs.de> In-Reply-To: <199905100925.LAA39261@peedub.muc.de> from Gary Jennejohn at "May 10, 99 11:25:59 am"
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m10goXk-00005UC>