Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osrg/Gobgp
BGP implemented in the Go Programming Language
https://github.com/osrg/Gobgp
Last synced: 20 days ago
JSON representation
BGP implemented in the Go Programming Language
- Host: GitHub
- URL: https://github.com/osrg/Gobgp
- Owner: osrg
- License: apache-2.0
- Created: 2014-09-14T01:51:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T23:31:27.000Z (about 1 month ago)
- Last Synced: 2024-10-14T18:25:15.475Z (30 days ago)
- Language: Go
- Homepage: https://osrg.github.io/gobgp/
- Size: 18.9 MB
- Stars: 3,628
- Watchers: 120
- Forks: 688
- Open Issues: 189
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# GoBGP: BGP implementation in Go
[![Go Report Card](https://goreportcard.com/badge/github.com/osrg/gobgp)](https://goreportcard.com/report/github.com/osrg/gobgp)
[![Tests](https://github.com/osrg/gobgp/actions/workflows/ci.yml/badge.svg)](https://github.com/osrg/gobgp/actions/workflows/ci.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/osrg/gobgp/v3.svg)](https://pkg.go.dev/github.com/osrg/gobgp/v3)
[![Releases](https://img.shields.io/github/release/osrg/gobgp/all.svg?style=flat-square)](https://github.com/osrg/gobgp/releases)
[![LICENSE](https://img.shields.io/github/license/osrg/gobgp.svg?style=flat-square)](https://github.com/osrg/gobgp/blob/master/LICENSE)GoBGP is an open source Border Gateway Protocol (BGP) implementation designed from scratch for
modern environment and implemented in a modern programming language,
[the Go Programming Language](http://golang.org/).----
## Install
Try [a binary release](https://github.com/osrg/gobgp/releases/latest).
## Documentation
### Using GoBGP
- [Getting Started](docs/sources/getting-started.md)
- CLI
- [Typical operation examples](docs/sources/cli-operations.md)
- [Complete syntax](docs/sources/cli-command-syntax.md)
- [Route Server](docs/sources/route-server.md)
- [Route Reflector](docs/sources/route-reflector.md)
- [Policy](docs/sources/policy.md)
- Zebra Integration
- [FIB manipulation](docs/sources/zebra.md)
- [Equal Cost Multipath Routing](docs/sources/zebra-multipath.md)
- [MRT](docs/sources/mrt.md)
- [BMP](docs/sources/bmp.md)
- [EVPN](docs/sources/evpn.md)
- [Flowspec](docs/sources/flowspec.md)
- [RPKI](docs/sources/rpki.md)
- [Metrics](docs/sources/metrics.md)
- [Managing GoBGP with your favorite language with gRPC](docs/sources/grpc-client.md)
- Go Native BGP Library
- [Basics](docs/sources/lib.md)
- [BGP-LS](docs/sources/lib-ls.md)
- [SR Policy](docs/sources/lib-srpolicy.md)
- [Graceful Restart](docs/sources/graceful-restart.md)
- [Additional Paths](docs/sources/add-paths.md)
- [Peer Group](docs/sources/peer-group.md)
- [Dynamic Neighbor](docs/sources/dynamic-neighbor.md)
- [eBGP Multihop](docs/sources/ebgp-multihop.md)
- [TTL Security](docs/sources/ttl-security.md)
- [Confederation](docs/sources/bgp-confederation.md)
- Data Center Networking
- [Unnumbered BGP](docs/sources/unnumbered-bgp.md)### Externals
- [Tutorial: Using GoBGP as an IXP connecting router](http://www.slideshare.net/shusugimoto1986/tutorial-using-gobgp-as-an-ixp-connecting-router)
## Community, discussion and support
We have the [Slack](https://join.slack.com/t/gobgp/shared_invite/zt-g9il5j8i-3gZwnXArK0O9Mnn4Yu~IrQ) 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. See [`BUILD.md`](BUILD.md) for info on
code contributing.## Licensing
GoBGP is licensed under the Apache License, Version 2.0. See
[LICENSE](https://github.com/osrg/gobgp/blob/master/LICENSE) for the full
license text.