summaryrefslogtreecommitdiffstats
path: root/sys/net/if_lagg.c
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2007-05-07 00:52:26 +0000
committerthompsa <thompsa@FreeBSD.org>2007-05-07 00:52:26 +0000
commit8a4fc0554b7eddddf901576be787065073b2e92b (patch)
tree5c7e39a3d85fef690dc698c1fe5d3422ef18f70d /sys/net/if_lagg.c
parente52d185c9e35bf348185a8f1bc19b9991cb99b7d (diff)
downloadFreeBSD-src-8a4fc0554b7eddddf901576be787065073b2e92b.zip
FreeBSD-src-8a4fc0554b7eddddf901576be787065073b2e92b.tar.gz
The purgemulti call is not needed since all the ports have already been detached.
Diffstat (limited to 'sys/net/if_lagg.c')
-rw-r--r--sys/net/if_lagg.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/net/if_lagg.c b/sys/net/if_lagg.c
index a490804..a338248 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);
OpenPOWER on IntegriCloud