summaryrefslogtreecommitdiffstats
path: root/src/config/config_ethernet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/config_ethernet.c')
-rw-r--r--src/config/config_ethernet.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/config_ethernet.c b/src/config/config_ethernet.c
index de7a07c5..b5f7ddc9 100644
--- a/src/config/config_ethernet.c
+++ b/src/config/config_ethernet.c
@@ -43,3 +43,6 @@ REQUIRE_OBJECT ( fcoe );
#ifdef NET_PROTO_STP
REQUIRE_OBJECT ( stp );
#endif
+#ifdef NET_PROTO_LACP
+REQUIRE_OBJECT ( eth_slow );
+#endif