mirror of
https://github.com/opnsense/src.git
synced 2026-04-12 12:56:47 -04:00
The purgemulti call is not needed since all the ports have already been detached.
This commit is contained in:
parent
cdc6f95f84
commit
efcd0965ad
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Reference in a new issue