diff options
author | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-02-09 19:21:35 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-02-09 19:21:35 +0900 |
commit | d8cc0379f6184821230afe1e96ff32c7c9e09a90 (patch) | |
tree | 41d3f6c6daf730264c1e3b9da69d35fa16c48962 /README.md | |
parent | 391fee9997d52c15a7e0352bb230f7954f3dfb21 (diff) |
docs: README
added 'Go Native BGP Library' section
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -33,8 +33,9 @@ Try [a binary release](https://github.com/osrg/gobgp/releases/latest). - [Flowspec](docs/sources/flowspec.md) - [RPKI](docs/sources/rpki.md) - [Managing GoBGP with your favorite language with gRPC](docs/sources/grpc-client.md) -- [Using GoBGP as a Go Native BGP library](docs/sources/lib.md) -- [Using BGP-LS in GoBGP library mode](docs/sources/lib-ls.md) +- Go Native BGP Library + - [Basics](docs/sources/lib.md) + - [BGP-LS](docs/sources/lib-ls.md) - [Graceful Restart](docs/sources/graceful-restart.md) - [Additional Paths](docs/sources/add-paths.md) - [Peer Group](docs/sources/peer-group.md) |