From efcd0965addc5a2cc5ccc641f05eacedae031d59 Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Mon, 7 May 2007 00:52:26 +0000 Subject: [PATCH] The purgemulti call is not needed since all the ports have already been detached. --- sys/net/if_lagg.c | 3 --- 1 file changed, 3 deletions(-) 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);