diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-12-10 22:16:12 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-12-15 12:09:51 +0900 |
commit | 7a0bbc22d8ec47daad3b0a2c77d400bcdf98d214 (patch) | |
tree | 170064c0aeb4cc8363bf5bbb3fb7335d84e3b784 /README.md | |
parent | af8c2a1b16c7b8092dbf31c21f7919f0de1ee379 (diff) |
docs: add a document about how to use gobgp as a bgp library
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ No dependency hell (library, package, etc) thanks to Go. * [Flowspec](https://github.com/osrg/gobgp/blob/master/docs/sources/flowspec.md) * [RPKI](https://github.com/osrg/gobgp/blob/master/docs/sources/rpki.md) * [Managing GoBGP with your favorite language](https://github.com/osrg/gobgp/blob/master/docs/sources/grpc-client.md) + * [Using GoBGP as a Go Native BGP library](https://github.com/osrg/gobgp/blob/master/docs/sources/lib.md) ## Community, discussion and support |