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 cf9bf47 commit 4d6b7faCopy full SHA for 4d6b7fa
pkg/controllers/routing/bgp_peers.go
@@ -130,11 +130,11 @@ func (nrc *NetworkRoutingController) syncInternalPeers() {
130
n.RouteReflector = config.RouteReflector{
131
Config: config.RouteReflectorConfig{
132
RouteReflectorClient: true,
133
- RouteReflectorClusterId: config.RrClusterIdType(nrc.bgpClusterID),
+ RouteReflectorClusterId: config.RrClusterIdType(fmt.Sprint(nrc.bgpClusterID)),
134
},
135
State: config.RouteReflectorState{
136
137
138
139
}
140
0 commit comments