PERFORCE change 86072 for review

Robert Watson rwatson at FreeBSD.org
Sun Oct 30 07:38:09 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=86072

Change 86072 by rwatson at rwatson_zoo on 2005/10/30 15:37:09

	Revert local change relating to interface teardown and multicast:
	this has been merged to CVS slightly differently, resulting in a
	p4 mismerge.

Affected files ...

.. //depot/projects/netsmp/src/sys/netinet/in.c#11 integrate

Differences ...

==== //depot/projects/netsmp/src/sys/netinet/in.c#11 (text+ko) ====

@@ -1064,15 +1064,3 @@
 	in_pcbpurgeif0(&ripcbinfo, ifp);
 	in_pcbpurgeif0(&udbinfo, ifp);
 }
-
-/*
- * On interface removal, clean up IPv4 data structures hung off of the ifnet.
- */
-void
-in_ifdetach(ifp)
-	struct ifnet *ifp;
-{
-
-	in_pcbpurgeif0(&ripcbinfo, ifp);
-	in_pcbpurgeif0(&udbinfo, ifp);
-}


More information about the p4-projects mailing list