mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
487c30fbc437d364e9dd313098c19376b8dfba97
This patch updates C++ sample gRPC client for GoBGP v1.12 gRPC API. And this removes the route announcement feature from C++ sample client, for maintenance and uniformity. Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com>
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
- Route Server
- Route Reflector
- Policy
- FIB manipulation
- MRT
- BMP
- EVPN
- Flowspec
- RPKI
- Managing GoBGP with your favorite language with GRPC
- Using GoBGP as a Go Native BGP library
- Graceful Restart
- Data Center Networking
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.
Languages
Go
76.4%
Python
20.4%
Shell
3%
Makefile
0.1%