Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openconfig/gribi
A gRPC Interface to a Network Element RIB.
https://github.com/openconfig/gribi
Last synced: about 14 hours ago
JSON representation
A gRPC Interface to a Network Element RIB.
- Host: GitHub
- URL: https://github.com/openconfig/gribi
- Owner: openconfig
- License: apache-2.0
- Created: 2018-02-08T20:49:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T15:41:03.000Z (14 days ago)
- Last Synced: 2025-01-12T21:05:11.244Z (8 days ago)
- Language: Shell
- Homepage:
- Size: 8.02 MB
- Stars: 61
- Watchers: 33
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# gRIBI - gRPC Routing Information Base Interface
gRIBI defines an interface via which entries can be injected from an external
client to a network element. The gRIBI interface is defined in the
`proto/service/gribi.proto` - which defines a simple API for adding and removing
routing entries. The RIB entries are described using a protobuf translated
version of the OpenConfig AFT model.During the initial development phase, the OpenConfig AFT model is forked in this
repo. Changes will be upstreamed following iteration of the design of the API.A detailed description of the gRIBI protocol can be found in [
docs/motivation.md](https://github.com/openconfig/gribi/blob/master/doc/motivation.md).## Disclaimer
This is not an official Google product.