Date: Mon, 10 May 1999 11:25:59 +0200 From: Gary Jennejohn <garyj@peedub.muc.de> To: freebsd-isdn@freebsd.org Subject: Re: I want isp0 *down* after a reboot.. <sigh> Message-ID: <199905100925.LAA39261@peedub.muc.de> In-Reply-To: Your message of "Mon, 10 May 1999 11:16:24 %2B0200." <m10gmAi-0000EXC@hcswork.hcs.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905100925.LAA39261>