Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2006 11:01:10 +0000 (UTC)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if_vlan.c
Message-ID:  <200602101101.k1AB1A3H099811@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2006-02-10 11:01:10 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_vlan.c 
  Log:
  Avoid frobbing IFF_UP at any cost (which is close to
  zero in this case.)  A kernel driver has IFF_DRV_RUNNING
  at its full disposal while IFF_UP may be toggled only by
  humans or their daemonic deputies from the userland.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.98      +0 -2      src/sys/net/if_vlan.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602101101.k1AB1A3H099811>