Skip to content

Commit

Permalink
fix kube-ovn-speaker log (#3081)
Browse files Browse the repository at this point in the history
* fix kube-ovn-speaker

* fix kube-ovn-speaker log
  • Loading branch information
KillMaster9 committed Jul 27, 2023
1 parent 89544c3 commit 88b5912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/speaker/subnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ func (c *Controller) syncSubnetRoutes() {
}
}

klog.V(5).Infof("expected ipv4 routes %v,ipv6 route %v", bgpExpected[kubeovnv1.ProtocolIPv4], bgpExpected[kubeovnv1.ProtocolIPv6])

klog.V(5).Infof("expected announce ipv4 routes %v\n,ipv6 route %v", bgpExpected[kubeovnv1.ProtocolIPv4], bgpExpected[kubeovnv1.ProtocolIPv6])

fn := func(d *bgpapi.Destination) {
for _, path := range d.Paths {
Expand Down

0 comments on commit 88b5912

Please sign in to comment.