We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4f76e commit 73dc8bdCopy full SHA for 73dc8bd
topology/probes/ovsdb/ovs_of.go
@@ -741,7 +741,7 @@ func (probe *BridgeOfProbe) monitorGroup() error {
741
}
742
if _, err = launchOnSwitch(command); err != nil {
743
logging.GetLogger().Warningf("OpenFlow 1.5 not supported on %s", probe.Bridge)
744
- return err
+ return nil
745
746
randBytes := make([]byte, 16)
747
rand.Read(randBytes)
0 commit comments