bms 2006-10-07 10:45:05 UTC FreeBSD src repository
Modified files: (Branch: RELENG_6) sys/netinet ip_mroute.c Log: MFC: Fix the IPv4 multicast routing detach path. On interface detach whilst the MROUTER is running, the system would panic as described in the PR. The fix in the PR is a good start, however, the other state associated with the multicast forwarding cache has to be freed in order to avoid leaking memory and other possible panics. More care and attention is needed in this area. PR: kern/82882 Approved by: re (rwatson) Revs: 1.119 src/sys/netinet/ip_mroute.c Revision Changes Path 1.111.2.3 +87 -5 src/sys/netinet/ip_mroute.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"