bms 2006-10-07 10:43:41 UTC FreeBSD src repository
Modified files: (Branch: RELENG_6) sys/netinet in.c in_var.h Log: MFC: The IPv4 code should clean up multicast group state when an interface goes away. Without this change, it leaks in_multi (and often ether_multi state) if many clonable interfaces are created and destroyed in quick succession. The concept of this fix is borrowed from KAME. Detailed information about this behaviour, as well as test cases, are available in the PR. PR: kern/78227 Approved by: re (rwatson) Revs: 1.94 src/sys/netinet/in.c Revs: 1.59 src/sys/netinet/in_var.h Revision Changes Path 1.85.2.7 +31 -2 src/sys/netinet/in.c 1.53.2.4 +2 -0 src/sys/netinet/in_var.h _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"