Skip to content
Snippets Groups Projects
user avatar
Oliver Herms authored
48654bec
History

bio-rd

A re-implementation of BGP, IS-IS and OSPF in go. We value respect and robustness!

Build Status Coverage Status Go ReportCard Go Doc

Building

Build the examples

BGP

cd examples/bgp/ && go build

BMP

cd examples/bmp/ && go build

Netlink

cd examples/netlink && go build

Run Tests

go test -v -cover ./...

Update vendor/dependencies

Install dep

curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh

Or on MacOS

brew install dep

Update vendor/add dependencies

dep ensure