Jan Klemkow [j.klem...@wemelug.de] wrote: > +#if NVLAN > 0 > + if (ext.evh) > + hdrlen += ETHER_VLAN_ENCAP_LEN; > +#endif > if (ext.ip4) > hdrlen += ext.ip4->ip_hl << 2; > if (ext.ip6)
I'm not sure this should be tied to the compilation of the vlan driver in the kernel. Since the length is larger in either case, the ix driver should behave the same in either case. Chris