Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovs-ctl: Allow add-remote without vswitchd started.
'add_managers ()' is filtering add-remote if vswitchd is not started. However, if we actually filter here we end up with a bricked system, blackholing all traffic. Allowing add_manager() to proceed may mean extra churn in controllers in some cases, but this is far better than the alternative of a bricked system. Signed-off-by: Darrell Ball <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information