diff options
Diffstat (limited to 'docs')
-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] |