On Mon, Aug 14, 2006 at 06:43:38PM +0200, Dominique Goncalves wrote:
> Hi,
> 
> On 7/24/06, Andrew Thompson <[EMAIL PROTECTED]> wrote:
> >thompsa     2006-07-24 20:42:36 UTC
> >
> >  FreeBSD src repository
> >
> >  Modified files:        (Branch: RELENG_6)
> >    etc                  devd.conf
> >    etc/rc.d             devd
> >    sys/net              if.c
> >  Log:
> >  MFC
> >    Announce all interfaces to devd on attach/detach. This adds a new 
> >    devctl
> >    notification so all interfaces including pseudo are reported.
> >
> >    r1.33   src/etc/devd.conf
> >    r1.9    src/etc/rc.d/devd
> >    r1.256  src/sys/net/if.c
> >
> >  Revision    Changes    Path
> >  1.26.2.5    +10 -8     src/etc/devd.conf
> >  1.7.2.2     +2 -2      src/etc/rc.d/devd
> >  1.234.2.14  +2 -0      src/sys/net/if.c
> >_______________________________________________
> >[EMAIL PROTECTED] mailing list
> >http://lists.freebsd.org/mailman/listinfo/cvs-src
> >To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> >
> 
> Reverting this commit seems to solve a problem that I've reported on
> stable@ [1] about a warning during the startup "ifconfig: interface XX
> does not exist".

I've got a fix for this.   The problem is that we were unconditionally
performing some operations on stop that should only be performed in the
case where the interface still exists.  I'll commit it soon.

-- Brooks

Attachment: pgpA6B7bZP15A.pgp
Description: PGP signature

Reply via email to