From 35be05311259522727bb84611255f4c49d569cda Mon Sep 17 00:00:00 2001 From: thompsa Date: Mon, 30 Jul 2007 20:17:22 +0000 Subject: - 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 --- sys/net/if_lagg.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/net/if_lagg.h') 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) && \ -- cgit v1.1