summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@gmail.com>2019-02-09 19:21:35 +0900
committerFUJITA Tomonori <fujita.tomonori@gmail.com>2019-02-09 19:21:35 +0900
commitd8cc0379f6184821230afe1e96ff32c7c9e09a90 (patch)
tree41d3f6c6daf730264c1e3b9da69d35fa16c48962 /README.md
parent391fee9997d52c15a7e0352bb230f7954f3dfb21 (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.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index da45cee3..e7c8551b 100644
--- a/README.md
+++ b/README.md
@@ -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)