diff --git a/sys/net/if_lagg.c b/sys/net/if_lagg.c index a49080436e1..a338248398f 100644 --- a/sys/net/if_lagg.c +++ b/sys/net/if_lagg.c @@ -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);