diff options
author | yar <yar@FreeBSD.org> | 2004-05-23 19:21:48 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2004-05-23 19:21:48 +0000 |
commit | e7b7db73cdcde5672ab1feb5c38dea7bbd29054b (patch) | |
tree | 03dd2e8d71902ce2ab8719b9af2f207a65b99ed7 /sys/dev/tx | |
parent | aead6fc9921c390656d761462e2198cb0b1fda3d (diff) | |
download | FreeBSD-src-e7b7db73cdcde5672ab1feb5c38dea7bbd29054b.zip FreeBSD-src-e7b7db73cdcde5672ab1feb5c38dea7bbd29054b.tar.gz |
Mark the VLAN_MTU capability as initially enabled since it's
hardcoded to "ON" for these interfaces.
Diffstat (limited to 'sys/dev/tx')
-rw-r--r-- | sys/dev/tx/if_tx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c index 944dcd3..2b58cb1 100644 --- a/sys/dev/tx/if_tx.c +++ b/sys/dev/tx/if_tx.c @@ -413,6 +413,7 @@ epic_attach(dev) ifp->if_hdrlen = sizeof(struct ether_vlan_header); ifp->if_capabilities |= IFCAP_VLAN_MTU; + ifp->if_capenable |= IFCAP_VLAN_MTU; callout_handle_init(&sc->stat_ch); /* Activate our interrupt handler. */ |