PERFORCE change 159261 for review

Marko Zec zec at FreeBSD.org
Sun Mar 15 14:43:24 PDT 2009


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

Change 159261 by zec at zec_amdx2 on 2009/03/15 21:42:54

	Unbreak build.
	
	TODO: deal with the new IGMP code in the vimage branch.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/netinet/igmp.c#19 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/netinet/igmp.c#19 (text+ko) ====

@@ -1132,11 +1132,6 @@
 
 	nsrc = ntohs(igmpv3->igmp_numsrc);
 
-	SLIST_INIT(&V_router_info_head);
- 
-	if (!IS_DEFAULT_VNET(curvnet))
-		return;
-
 	/*
 	 * Deal with group-specific queries upfront.
 	 * If any group query is already pending, purge any recorded


More information about the p4-projects mailing list