The purgemulti call is not needed since all the ports have already been detached.
This commit is contained in:
parent
e52d185c9e
commit
8a4fc0554b
@ -275,9 +275,6 @@ lagg_clone_destroy(struct ifnet *ifp)
|
||||
if (sc->sc_detach != NULL)
|
||||
(*sc->sc_detach)(sc);
|
||||
|
||||
/* Remove any multicast groups that we may have joined. */
|
||||
lagg_ether_purgemulti(sc);
|
||||
|
||||
LAGG_UNLOCK(sc);
|
||||
|
||||
ifmedia_removeall(&sc->sc_media);
|
||||
|
Loading…
x
Reference in New Issue
Block a user