# zebra **Repository Path**: thinkdancer/zebra ## Basic Information - **Project Name**: zebra - **Description**: routing protocol daemon - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-07 - **Last Updated**: 2021-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zebra zebra is an open source implementation as a successor of GNU Zebra and Quagga project. zebra is implemented in Go programming language to fit in container or virtual machine environment. ## Getting started zebra uses [openconfigd](https://github.com/coreswitch/openconfigd) as configuration manager. Please install openconfigd before installing zebra. ### Install Please build ribd as a first zebra module. ``` bash $ go get github.com/coreswitch/zebra/rib/ribd ``` Then execute ribd under root privilege. ``` bash $ sudo ${GOPATH}/bin/ribd ``` ## Using zebra * [Integration with Quagga](https://github.com/coreswitch/zebra/blob/master/docs/quagga.md) * [Integration with GoBGP](https://github.com/coreswitch/zebra/blob/master/docs/gobgp.md) * [Router ID](https://github.com/coreswitch/zebra/blob/master/docs/router-id.md)