A re-implementation of BGP, IS-IS and OSPF in go. We value respect and robustness!
We use Bazel to build bio-rd.
bazel build //:bio-rd
bazel-bin/linux_amd64_stripped/bio-rd -arguments go -here
or
bazel run //:bio-rd -- -arguments go -here
bazel test //...
To regenerate BUILD files (for both the project and vendored libraries), you will need to run the following:
bazel run //:gazelle -- update
Be sure to commit the changes.
After updating Gopkg.toml, run
bazel build //vendor/github.com/golang/dep/cmd/dep
bazel-bin/vendor/github.com/golang/dep/cmd/dep/linux_amd64_stripped/dep use
# hack: dep of dep gives us these, and it breaks gazelle
rm -rf vendor/github.com/golang/dep/cmd/dep/testdata
rm -rf vendor/github.com/golang/dep/internal/fs/testdata/symlinks/dir-symlink