Set the IFCAP_VLAN_MTU bit in capenable as well.
Reminded by: ru
This commit is contained in:
parent
86892f1e9c
commit
ae4655e380
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user