Skip to content

Commit 73dc8bd

Browse files
committed
ofrule: do report group support error, use only warning
1 parent 5d4f76e commit 73dc8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topology/probes/ovsdb/ovs_of.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ func (probe *BridgeOfProbe) monitorGroup() error {
741741
}
742742
if _, err = launchOnSwitch(command); err != nil {
743743
logging.GetLogger().Warningf("OpenFlow 1.5 not supported on %s", probe.Bridge)
744-
return err
744+
return nil
745745
}
746746
randBytes := make([]byte, 16)
747747
rand.Read(randBytes)

0 commit comments

Comments
 (0)