Skip to content

Commit

Permalink
bgp comm
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Oct 10, 2024
1 parent 51b6398 commit 1cd2e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func (p *Prefix) update(site *ConfigSite) {
routesGauge.WithLabelValues(
p.prefix,
p.lastAdvSite.Name,
strconv.Itoa(p.lastAdvSite.Id),
strconv.Itoa(p.lastAdvSite.Id+2000),
).Set(1)

return
Expand Down

0 comments on commit 1cd2e44

Please sign in to comment.