mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-10-09 00:41:05 +02:00
GoBGP: BGP implementation in Go
GoBGP is an open source BGP implementation designed from scratch for modern environment and implemented in a modern programming language, the Go Programming Language.
Getting started
Installing GoBGP is quite easy (just one command!):
$ go get github.com/osrg/gobgp/...
Documentation
Using GoBGP
- Getting Started
- CLI
- Typical operation examples
- Complete syntax
- Route Server
- Route Reflector
- Policy
- FIB manipulation
- MRT
- BMP
- EVPN
- Flowspec
- RPKI
- Managing GoBGP with your favorite language
- Using GoBGP as a Go Native BGP library
- Graceful Restart
- Data Center Networking
- Unnumbered BGP
Externals
Community, discussion and support
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.
Licensing
GoBGP is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.