summaryrefslogtreecommitdiffstats
path: root/sys/net/if_lagg.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2007-07-30 20:17:22 +0000
committerthompsa <thompsa@FreeBSD.org>2007-07-30 20:17:22 +0000
commit35be05311259522727bb84611255f4c49d569cda (patch)
treeae91130db18901f01b04283579a31b2650bca3ff /sys/net/if_lagg.h
parentdc9f653549ec5c7bb7102c3c72f780250d3f72d0 (diff)
downloadFreeBSD-src-35be05311259522727bb84611255f4c49d569cda.zip
FreeBSD-src-35be05311259522727bb84611255f4c49d569cda.tar.gz
- Propagate the largest set of interface capabilities supported by all lagg
ports to the lagg interface. - Use the MTU from the first interface as the lagg MTU, all extra interfaces must be the same. This fixes using a lagg interface for a vlan or enabling jumbo frames, etc. Approved by: re (kensmith) MFC After: 3 days
Diffstat (limited to 'sys/net/if_lagg.h')
-rw-r--r--sys/net/if_lagg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if_lagg.h b/sys/net/if_lagg.h
index 1c8072e..ed888e6 100644
--- a/sys/net/if_lagg.h
+++ b/sys/net/if_lagg.h
@@ -127,7 +127,6 @@ struct lagg_reqall {
#define lp_ifname lp_ifp->if_xname /* interface name */
#define lp_link_state lp_ifp->if_link_state /* link state */
-#define lp_capabilities lp_ifp->if_capabilities /* capabilities */
#define LAGG_PORTACTIVE(_tp) ( \
((_tp)->lp_link_state == LINK_STATE_UP) && \
OpenPOWER on IntegriCloud