GoBGP is an open source BGP implementation designed from scratch for modern environment and implemented in a modern programming language, the Go Programming Language.
Try a binary release.
You need a working Go environment (1.9 or newer).
$ go get -u github.com/golang/dep/cmd/dep
$ go get github.com/osrg/gobgp
$ cd $GOPATH/src/github.com/osrg/gobgp && dep ensure
- Getting Started
- CLI
- Route Server
- Route Reflector
- Policy
- Zebra Integration
- MRT
- BMP
- EVPN
- Flowspec
- RPKI
- Managing GoBGP with your favorite language with gRPC
- Using GoBGP as a Go Native BGP library
- Graceful Restart
- Additional Paths
- Peer Group
- Dynamic Neighbor
- eBGP Multihop
- TTL Security
- Data Center Networking
We have the Slack and mailing list for questions, discussion, suggestions, etc.
You have code or documentation for GoBGP? Awesome! Send a pull request. No CLA, board members, governance, or other mess.
GoBGP is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.