diff options
Diffstat (limited to 'src/config/config_ethernet.c')
-rw-r--r-- | src/config/config_ethernet.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/config_ethernet.c b/src/config/config_ethernet.c index 372ec993..de7a07c5 100644 --- a/src/config/config_ethernet.c +++ b/src/config/config_ethernet.c @@ -40,3 +40,6 @@ REQUIRE_OBJECT ( aoe ); #ifdef NET_PROTO_FCOE REQUIRE_OBJECT ( fcoe ); #endif +#ifdef NET_PROTO_STP +REQUIRE_OBJECT ( stp ); +#endif |