Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 845 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 845 Bytes

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 as configuration manager. Please install openconfigd before installing zebra.

Install

Please build ribd as a first zebra module.

$ go get github.com/coreswitch/zebra/rib/ribd

Then execute ribd under root privilege.

$ sudo ${GOPATH}/bin/ribd

Using zebra