PERFORCE change 113516 for review

Marko Zec zec at FreeBSD.org
Thu Jan 25 17:26:31 UTC 2007


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

Change 113516 by zec at zec_tca51 on 2007/01/25 17:26:27

	Don't complain about vnet stacking when moving interfaces
	from one vnet to another.

Affected files ...

.. //depot/projects/vimage/src/sys/kern/kern_vimage.c#14 edit

Differences ...

==== //depot/projects/vimage/src/sys/kern/kern_vimage.c#14 (text+ko) ====

@@ -220,7 +220,7 @@
 	}
 	ifp->if_bpf = NULL;
 
-	CURVNETB_SET(new_vnetb);
+	CURVNETB_SET_QUIET(new_vnetb);
 	INIT_VNET_NET(new_vnetb);
 	/*
 	 * Try to find an empty slot below if_index.  If we fail, take 


More information about the p4-projects mailing list