stp: Allow manual topology change events.
[sliver-openvswitch.git] / vswitchd / bridge.c
index c40bcb5..06e9088 100644 (file)
@@ -319,6 +319,7 @@ bridge_init(const char *remote)
     lacp_init();
     bond_init();
     cfm_init();
+    stp_init();
 }
 
 void