diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2016-01-10 15:48:06 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-01-12 10:59:03 +0900 |
commit | 943e6adb3d19587cf7e737757ea767cb8a9bac0d (patch) | |
tree | 5bf7387cebb3cb88ac25f21ff3ecd0e88f5fa51d /docs/sources/route-server.md | |
parent | debb5ae065a3e46e470a708c39dd55fef9b8a3f9 (diff) |
docs: fix typo
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'docs/sources/route-server.md')
-rw-r--r-- | docs/sources/route-server.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sources/route-server.md b/docs/sources/route-server.md index 95b50efb..39332d27 100644 --- a/docs/sources/route-server.md +++ b/docs/sources/route-server.md @@ -24,7 +24,7 @@ the configuration file used in [Getting Started](https://github.com/osrg/gobgp/b [neighbors.config] neighbor-address = "10.0.255.1" peer-as = 65001 - auto-password = "hoge1" + auth-password = "hoge1" [neighbors.transport.config] passive-mode = true [neighbors.route-server.config] @@ -34,7 +34,7 @@ the configuration file used in [Getting Started](https://github.com/osrg/gobgp/b [neighbors.config] neighbor-address = "10.0.255.2" peer-as = 65002 - auto-password = "hoge2" + auth-password = "hoge2" [neighbors.transport.config] passive-mode = true [neighbors.route-server.config] |