Re: review: patch to restore VLAN kernel API in RELENG_6



Hi, Gleb,

On Fri, Jan 13, 2006 at 08:05:52PM +0300, Gleb Smirnoff wrote:

> Index: sys/dev/bge/if_bge.c
> ===================================================================
> RCS file: /home/ncvs/src/sys/dev/bge/if_bge.c,v
> retrieving revision 1.91.2.7
> diff -u -r1.91.2.7 if_bge.c
> --- sys/dev/bge/if_bge.c 13 Jan 2006 11:51:08 -0000 1.91.2.7
> +++ sys/dev/bge/if_bge.c 13 Jan 2006 17:04:31 -0000
> @@ -2862,7 +2862,7 @@
> * attach that information to the packet.
> */
> if (have_tag) {
> - VLAN_INPUT_TAG(ifp, m, vlan_tag);
> + VLAN_INPUT_TAG_NEW(ifp, m, vlan_tag);

What if "VLAN_INPUT_TAG_2" or something with numerical name?

Just my $0.02, though :-)

Cheers,
_______________________________________________
freebsd-arch@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@xxxxxxxxxxx"