glebius b8c3ee740a MFC 1.31:
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.

Approved by:	re (kensmith)
2005-09-12 13:37:56 +00:00
..
2005-08-31 13:58:28 +00:00
2005-08-29 09:06:30 +00:00
2005-08-29 08:58:45 +00:00
2005-09-12 13:37:56 +00:00
2005-08-20 08:36:57 +00:00
2005-06-01 11:38:35 +00:00
2005-08-31 13:56:15 +00:00
2005-06-01 11:24:00 +00:00