bio-rd
A re-implementation of BGP, IS-IS and OSPF in go. We value respect and robustness!
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
dep
Install curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
Or on MacOS
brew install dep
Update vendor/add dependencies
dep ensure