summaryrefslogtreecommitdiff
path: root/lib/lacp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lacp.h')
-rw-r--r--lib/lacp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lacp.h b/lib/lacp.h
index 2992bcfd7..ad8211efc 100644
--- a/lib/lacp.h
+++ b/lib/lacp.h
@@ -27,6 +27,7 @@ struct lacp_settings {
uint16_t priority;
bool active;
bool fast;
+ bool strict;
};
void lacp_init(void);