mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
cxgbe(4): Remove stray if_up from the code that creates the tracing ifnet.
This commit is contained in:
parent
32d5c97723
commit
7a5b897dfe
1 changed files with 0 additions and 1 deletions
|
|
@ -193,7 +193,6 @@ t4_cloner_create(struct if_clone *ifc, char *name, size_t len, caddr_t params)
|
|||
ifmedia_add(&sc->media, IFM_ETHER | IFM_FDX | IFM_NONE, 0, NULL);
|
||||
ifmedia_set(&sc->media, IFM_ETHER | IFM_FDX | IFM_NONE);
|
||||
ether_ifattach(ifp, lla);
|
||||
if_up(ifp);
|
||||
|
||||
mtx_lock(&sc->ifp_lock);
|
||||
ifp->if_softc = sc;
|
||||
|
|
|
|||
Loading…
Reference in a new issue