diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2016-01-10 15:47:25 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-01-12 10:59:03 +0900 |
commit | debb5ae065a3e46e470a708c39dd55fef9b8a3f9 (patch) | |
tree | 555a204232ebc277af6fa5f2c529e2ef04087938 /docs/sources/getting-started.md | |
parent | e3dc6563e8388244c8ad00b650e413ba7dbc40f3 (diff) |
docs: add configuration example
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'docs/sources/getting-started.md')
-rw-r--r-- | docs/sources/getting-started.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/sources/getting-started.md b/docs/sources/getting-started.md index b2c4be37..9f3d532e 100644 --- a/docs/sources/getting-started.md +++ b/docs/sources/getting-started.md @@ -51,6 +51,9 @@ If you don't like `toml`, you can use `json`, `yaml` and `hcl` instead. peer-as = 65002 ``` +see [here](https://github.com/osrg/gobgp/blob/master/docs/sources/configuration.md) for +more complicated configuration. + ## Starting GoBGP Save the configuration above as gobgpd.conf and start gobgpd: |