cvs commit: src/sys/net if_vlan.c
Yar Tikhiy
yar at FreeBSD.org
Sun May 23 15:32:46 PDT 2004
yar 2004/05/23 15:32:15 PDT
FreeBSD src repository
Modified files:
sys/net if_vlan.c
Log:
Consult parent's if_capenable for active VLAN-related capabilities.
This change is possible since all the relevant drivers have been
fixed to set if_capenable properly. The field if_capabilities tracks
supported capabilities, which may be disabled administratively.
Inheriting checksum offload support from the parent interface isn't
that easy because the checksumming capabilities of the parent may be
toggled on the fly. Disable the code for now.
Revision Changes Path
1.62 +8 -1 src/sys/net/if_vlan.c
More information about the cvs-src
mailing list