CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/21 22:39:46
Modified files:
sys/net : if.c if_vlan.c if_vlan_var.h
Log message:
revert vlan(4) inherits TSO flags
tb reports amd64 RAMDISK doesn't build with it.
also, vlan_flags_from_parent doesn't look right right. it iterates
over ifnetlist, which is all interfaces in the system, but appears
to assume they're all vlan interfaces and so uses a vlan_softc *
to inspect their if_softc pointers.
