Registry / networking / osrg-gobgp-v3

osrg-gobgp-v3

JSON →
library3.37.0gogounverified

A BGP implementation in Go, providing BGP protocol support for routing and network automation.

go get github.com/osrg/gobgp/v3
INSTALL
IMPORT
SIG · OSRG-GOBGP-V3
O
osrg-gobgp-v3
networkinggov3.37.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gobgp
github.com/osrg/gobgp/v3

Create a new BGP server instance

package main import ( "fmt" "github.com/osrg/gobgp/v3/pkg/server" ) func main() { s := server.NewBgpServer() fmt.Println(s) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.37.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
osrg-gobgp-v3 — go get osrg-gobgp-v3 · libregistry