From df7593b5a4afb5eb488b48f5d0a1cff983f9c668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 25 May 2004 11:33:19 +0000 Subject: [PATCH] Set the IFCAP_VLAN_MTU bit in capenable as well. Reminded by: ru --- sys/dev/bfe/if_bfe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/bfe/if_bfe.c b/sys/dev/bfe/if_bfe.c index 6fdfb9a2865f..e7fe9e42be8a 100644 --- a/sys/dev/bfe/if_bfe.c +++ b/sys/dev/bfe/if_bfe.c @@ -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