cvs commit: src/sys/net if_bridge.c

Andrew Thompson thompsa at FreeBSD.org
Sun Oct 23 15:30:08 PDT 2005


thompsa     2005-10-23 22:30:08 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_bridge.c 
  Log:
  If we have been called from ether_ifdetach() then do not try and clear the
  promisc flag from the member interface, this is a no-op anyway since the
  interface is disappearing. The driver may have already released
  its resources such as miibus and this is likely to panic the kernel.
  
  Submitted and tested by:        Wojciech A. Koszek
  MFC after:                      2 weeks
  
  Revision  Changes    Path
  1.30      +24 -19    src/sys/net/if_bridge.c


More information about the cvs-src mailing list