aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_lagg.c
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2007-05-07 00:52:26 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2007-05-07 00:52:26 +0000
commitefcd0965addc5a2cc5ccc641f05eacedae031d59 (patch)
tree5c7e39a3d85fef690dc698c1fe5d3422ef18f70d /sys/net/if_lagg.c
parentcdc6f95f84851f614dca7640d05d215f340f0584 (diff)
Notes
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 a49080436e12..a338248398fb 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);