On Fri, 5 Jan 2001, Garrett Wollman wrote:
> > - It doesn't modify if_vlan.c anymore. Instead, it uses ifi_hdrlen to tell
> > if_vlan.c that it supports long frames.
>
> This looks good -- but I'm a bit confused by this segment of code:
>
> + #if NVLAN > 0
> + ifp->if_data.ifi_hdrlen = size
< said:
> - It doesn't modify if_vlan.c anymore. Instead, it uses ifi_hdrlen to tell
> if_vlan.c that it supports long frames.
This looks good -- but I'm a bit confused by this segment of code:
+ #if NVLAN > 0
+ ifp->if_data.ifi_hdrlen = sizeof(struct ether_vlan_header);
+ #else
+ i
Hello, all.
I've put in my web page (http://www.euitt.upm.es/~pjlobo/fbsdvlan.html) an
updated version of the patch to add vlan support to the fxp driver. This
patch differs from the previous releases in two major aspects:
- It doesn't modify if_vlan.c anymore. Instead, it uses ifi_hdrlen to tel