Date: Thu, 15 Feb 2007 10:03:07 -0800 From: Julian Elischer <julian@elischer.org> To: Andrew Thompson <thompsa@freebsd.org> Cc: freebsd-net@freebsd.org, Bruce M Simpson <bms@incunabulum.net> Subject: Re: [PATCH] Updated 802.1p/q patch Message-ID: <45D4A05B.4090509@elischer.org> In-Reply-To: <20070215095542.GA58929@heff.fud.org.nz> References: <45D38AC9.50107@incunabulum.net> <20070215095542.GA58929@heff.fud.org.nz>
next in thread | previous in thread | raw e-mail | index | archive | help
Andrew Thompson wrote: > On Wed, Feb 14, 2007 at 10:18:49PM +0000, Bruce M Simpson wrote: >> Hi, >> >> I have tested my 802.1p input patch with vlans configured. So far so good. >> >> It is now available from: >> http://people.FreeBSD.org/~bms/dump/latest-8021p.diff >> > > /* > * If the device did not perform decapsulation of the 802.1q > * VLAN header itself, do this now... > */ > if ((ether_type == ETHERTYPE_VLAN) && !(m->m_flags & M_VLANTAG)) { > ... > } > > Is it possible to move this block into ether_input() above the bridge > hook? it would be nice if ether_vtag was set consistently early on in > the game. > yes, I would like the tagging to be done before the bridging so that all packets being filtered by the bridge are the same. > > cheers, > Andrew > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45D4A05B.4090509>