Date: Thu, 25 Jan 2007 17:26:30 GMT From: Marko Zec <zec@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 113516 for review Message-ID: <200701251726.l0PHQUmW088291@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=113516 Change 113516 by zec@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701251726.l0PHQUmW088291>