cvs commit: src/sys/netinet ip_carp.c

Gleb Smirnoff glebius at FreeBSD.org
Fri Sep 9 01:41:40 PDT 2005


glebius     2005-09-09 08:41:39 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_carp.c 
  Log:
  When a carp(4) interface is being destroyed and is in a promiscous mode,
  first interface is detached from parent and then bpfdetach() is called.
  If the interface was the last carp(4) interface attached to parent, then
  the mutex on parent is destroyed. When bpfdetach() calls if_setflags()
  we panic on destroyed mutex.
  
  To prevent the above scenario, clear pointer to parent, when we detach
  ourselves from parent.
  
  Revision  Changes    Path
  1.31      +1 -0      src/sys/netinet/ip_carp.c


More information about the cvs-src mailing list