review: patch to restore VLAN kernel API in RELENG_6

Gleb Smirnoff glebius at FreeBSD.org
Fri Jan 13 09:20:56 PST 2006


On Fri, Jan 13, 2006 at 05:17:59PM +0000, Xin LI wrote:
X> Hi, Gleb,
X> > ===================================================================
X> > RCS file: /home/ncvs/src/sys/dev/bge/if_bge.c,v
X> > retrieving revision 1.91.2.7
X> > diff -u -r1.91.2.7 if_bge.c
X> > --- sys/dev/bge/if_bge.c	13 Jan 2006 11:51:08 -0000	1.91.2.7
X> > +++ sys/dev/bge/if_bge.c	13 Jan 2006 17:04:31 -0000
X> > @@ -2862,7 +2862,7 @@
X> >  		 * attach that information to the packet.
X> >  		 */
X> >  		if (have_tag) {
X> > -			VLAN_INPUT_TAG(ifp, m, vlan_tag);
X> > +			VLAN_INPUT_TAG_NEW(ifp, m, vlan_tag);
X> 
X> What if "VLAN_INPUT_TAG_2" or something with numerical name?
X> 
X> Just my $0.02, though :-)

I really don't care. :)

-- 
Totus tuus, Glebius.
GLEBIUS-RIPN GLEB-RIPE


More information about the freebsd-arch mailing list