Skip to content

Commit

Permalink
Update pkg/ovs/ovn-nb-bfd.go
Browse files Browse the repository at this point in the history
Co-authored-by: 张祖建 <[email protected]>
  • Loading branch information
zbb88888 and zhangzujian authored Nov 22, 2023
1 parent 3a8b013 commit 661f2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ovs/ovn-nb-bfd.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func (c *OVNNbClient) bfdAddL3HAHandler(table string, model model.Model) {
}

func (c *OVNNbClient) bfdUpdateL3HAHandler(table string, oldModel, newModel model.Model) {
if table != "BFD" {
if table != ovnnb.BFDTable {
return
}

Expand Down

0 comments on commit 661f2c8

Please sign in to comment.