thinkdancer / zebra

routing protocol daemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

routing protocol daemon

License:Apache License 2.0


Languages

Language:Go 98.8%Language:Shell 0.5%Language:Makefile 0.4%Language:C 0.4%