summaryrefslogtreecommitdiffstats
path: root/sys/net/ieee8023ad_lacp.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2007-05-07 00:18:56 +0000
committerthompsa <thompsa@FreeBSD.org>2007-05-07 00:18:56 +0000
commitcaab23fd294a310227a4c2f4912f639cdebc28e2 (patch)
treece0d3495b9167705eac6cf537e571262085ec09e /sys/net/ieee8023ad_lacp.h
parent38031925b7d011576f9184b9a3788e787ae55aa1 (diff)
downloadFreeBSD-src-caab23fd294a310227a4c2f4912f639cdebc28e2.zip
FreeBSD-src-caab23fd294a310227a4c2f4912f639cdebc28e2.tar.gz
Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the code
and is safe to use if the ifp has disappeared. Suggested by: bms
Diffstat (limited to 'sys/net/ieee8023ad_lacp.h')
-rw-r--r--sys/net/ieee8023ad_lacp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/ieee8023ad_lacp.h b/sys/net/ieee8023ad_lacp.h
index 5b053dd..21ed62e 100644
--- a/sys/net/ieee8023ad_lacp.h
+++ b/sys/net/ieee8023ad_lacp.h
@@ -190,6 +190,7 @@ struct lacp_port {
int lp_flags;
u_int lp_media; /* XXX redundant */
int lp_timer[LACP_NTIMER];
+ struct ifmultiaddr *lp_ifma;
struct lacp_aggregator *lp_aggregator;
};
OpenPOWER on IntegriCloud