<<On Fri, 5 Jan 2001 11:46:07 +0100 (CET), "Pedro J. Lobo" <[EMAIL PROTECTED]> 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
+       if (sc->not_82557) {
+               ifp->if_data.ifi_hdrlen = sizeof(struct ether_vlan_header);
+       }
+ #endif

Can you explain the logic here?  (This seems to interfere with the
loadability of this module.)

-GAWollman



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to