mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing IFCAP_LINKSTATE to mxge
Submitted by: yongari
This commit is contained in:
parent
c406ad2ecc
commit
2a29e09f38
1 changed files with 1 additions and 1 deletions
|
|
@ -4759,7 +4759,7 @@ mxge_attach(device_t dev)
|
|||
|
||||
ifp->if_baudrate = IF_Gbps(10UL);
|
||||
ifp->if_capabilities = IFCAP_RXCSUM | IFCAP_TXCSUM | IFCAP_TSO4 |
|
||||
IFCAP_VLAN_MTU;
|
||||
IFCAP_VLAN_MTU | IFCAP_LINKSTATE;
|
||||
#ifdef INET
|
||||
ifp->if_capabilities |= IFCAP_LRO;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue