Set the IFCAP_VLAN_MTU bit in capenable as well.

Reminded by:	ru
This commit is contained in:
des 2004-05-25 11:33:19 +00:00
parent 86892f1e9c
commit ae4655e380

View File

@ -423,6 +423,7 @@ bfe_attach(device_t dev)
*/
ifp->if_data.ifi_hdrlen = sizeof(struct ether_vlan_header);
ifp->if_capabilities |= IFCAP_VLAN_MTU;
ifp->if_capenable |= IFCAP_VLAN_MTU;
/*
* Hook interrupt last to avoid having to lock softc