|
@@ -2123,6 +2123,11 @@ struct netdev_lag_upper_info {
|
|
enum netdev_lag_tx_type tx_type;
|
|
enum netdev_lag_tx_type tx_type;
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+struct netdev_lag_lower_state_info {
|
|
|
|
+ u8 link_up : 1,
|
|
|
|
+ tx_enabled : 1;
|
|
|
|
+};
|
|
|
|
+
|
|
#include <linux/notifier.h>
|
|
#include <linux/notifier.h>
|
|
|
|
|
|
/* netdevice notifier chain. Please remember to update the rtnetlink
|
|
/* netdevice notifier chain. Please remember to update the rtnetlink
|