Bruce M Simpson 29c2dfbe32 Workaround a locking problem in vlan(4). vlan_setmulti() may be called
with sleepable locks held from further up in the network stack, and
attempts to allocate memory to hold multicast group membership information
with M_WAITOK.

This panic was triggered specifically when an exiting routing daemon
process closes its raw sockets after joining multicast groups on them.

While we're here, comment some possible locking badness.

PR:	kern/48560
2004-07-04 18:32:54 +00:00
..
2004-06-17 17:16:53 +00:00
2004-06-14 08:17:51 +00:00
2004-04-25 09:24:52 +00:00
2004-03-22 16:04:43 +00:00
2004-06-27 09:06:10 +00:00
2004-06-17 17:16:53 +00:00
2004-04-21 15:27:36 +00:00
2004-04-25 01:39:00 +00:00