MCPcopy
hub / github.com/osrg/gobgp / newBmpClientManager

Function newBmpClientManager

pkg/server/bmp.go:491–496  ·  view source on GitHub ↗
(s *BgpServer)

Source from the content-addressed store, hash-verified

489}
490
491func newBmpClientManager(s *BgpServer) *bmpClientManager {
492 return &bmpClientManager{
493 s: s,
494 clientMap: make(map[netip.AddrPort]*bmpClient),
495 }
496}

Callers 1

NewBgpServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…