cvs commit: src/sys/net if_bridge.c if_ethersubr.c

Andrew Thompson thompsa at FreeBSD.org
Thu Oct 13 16:05:56 PDT 2005


thompsa     2005-10-13 23:05:55 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_bridge.c if_ethersubr.c 
  Log:
  From 101 ways to panic your kernel.
  
  Use bridge_ifdetach() to notify the bridge that a member has been detached. The
  bridge can then remove it from its interface list and not try to send out via a
  dead pointer.
  
  Revision  Changes    Path
  1.26      +5 -1      src/sys/net/if_bridge.c
  1.205     +8 -0      src/sys/net/if_ethersubr.c


More information about the cvs-src mailing list