>Why does vlans announce themselves as being 10 Mbits/s? I'm getting this >from snmp on vlans that are attached to 100 Mbits/s cards.
Because if_vlan.c calls ether_ifattach() without setting ifp->if_baudrate? I think "0" would be the most accurate value to return; if you really want to know the parent's ifSpeed you could [implement the ifStackTable and then] use the ifStackTable to find it. (ifSpeed says "For a sub-layer which has no concept of bandwidth, this object should be zero." I'd argue that this describes VLAN interfaces.) Bill To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message