mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-23 13:21:21 +02:00
FlowObjectiveManager not activated by default.
Caused the Corsa Driver to be triggered and provision incorrect set of rules. Change-Id: I96eadeb0eeac9ef94e6187be08faf68b0aa8caaf
This commit is contained in:
parent
2052e5da2f
commit
a28f69af70
@ -60,7 +60,7 @@ import static com.google.common.base.Preconditions.checkState;
|
||||
/**
|
||||
* Provides implementation of the flow objective programming service.
|
||||
*/
|
||||
@Component(immediate = true)
|
||||
@Component(immediate = false)
|
||||
@Service
|
||||
public class FlowObjectiveManager implements FlowObjectiveService {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user