diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-02-25 21:07:16 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-02-25 21:07:16 +0900 |
commit | 4205bb3e9f29dc347da84c4a2435f94618fdebee (patch) | |
tree | 741ed7abd8126ca642d1eccbbde091d3b25ef453 /docs | |
parent | af84d6d79cec19209188f1f40d575b64aea23586 (diff) |
docs: update gettting-started
The way to install GoBGP is outdated. README tells how so let's remove.
Also bash completion scripts haven't be updated for long time so let's
remove too.
[ci skip]
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sources/getting-started.md | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/sources/getting-started.md b/docs/sources/getting-started.md index ef829a1e..8115060a 100644 --- a/docs/sources/getting-started.md +++ b/docs/sources/getting-started.md @@ -5,31 +5,6 @@ connect with two eBGP peers for IPv4 routes. Even if you are interested in other GoBGP use cases (such as IPv6 routes, EVPN, and Route Server), this example gives you the basics of GoBGP usage. -## Prerequisites - -You need to install [Go 1.7 or later](http://golang.org/doc/install). After installing Go, make sure that `$GOPATH/bin` is included in your `$PATH`. - -## Installing GoBGP - -```bash -$ go get github.com/osrg/gobgp/gobgpd -$ go get github.com/osrg/gobgp/gobgp -``` - -Finished. No dependency hell (library, package, etc) thanks to Go. -The first command installs GoBGP daemon (speaking BGP protocol). The -second one installs GoBGP CLI. The CLI isn't a must but handy when you -play with GoBGP. - -In addition, if you use Bash shell, you can enjoy CLI's tab completion: - -```bash -$ wget https://raw.githubusercontent.com/osrg/gobgp/master/tools/completion/gobgp-completion.bash -$ wget https://raw.githubusercontent.com/osrg/gobgp/master/tools/completion/gobgp-static-completion.bash -$ wget https://raw.githubusercontent.com/osrg/gobgp/master/tools/completion/gobgp-dynamic-completion.bash -$ source gobgp-completion.bash -``` - ## Configuration GoBGP can be configured via a configuration file or gRPC API. This example @@ -124,8 +99,6 @@ BGP neighbor is 10.0.255.1, remote AS 65001 Total: 7 7 ``` -Note that the tab completion works for both peer names and commands. - Check out the global table. ```bash $ gobgp global rib |