Question on VLAN
- From: Gregory Nou <gregorynou@xxxxxxxxxx>
- Date: Mon, 23 Jan 2006 23:24:48 +0100
Hi,
What is the difference between if (m->m_flags & M_VLANTAG) and if (ether_type == ETHERTYPE_VLAN) ?
I suppose that m->m_flags are set using ether_type at one point. Still, I was not able to find a location in the source where it would happen.
The fact is, I do not understand the difference between these two things, nor do I understand why we need the code in if_ethersubr.c[691-717]
Thanks a lot !
-- Gregory
_______________________________________________ freebsd-net@xxxxxxxxxxx mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Question on VLAN
- From: Gleb Smirnoff
- Re: Question on VLAN
- From: Jon Simola
- Re: Question on VLAN
- Prev by Date: Re: VPN when host is not gateway
- Next by Date: Re: Question on VLAN
- Previous by thread: VPN when host is not gateway
- Next by thread: Re: Question on VLAN
- Index(es):