diff options
author | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2015-08-05 16:01:30 +0900 |
---|---|---|
committer | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2015-08-05 16:08:11 +0900 |
commit | b04d28518aa00b0d7faec7efdb729b78b90c529e (patch) | |
tree | 58aeec7d343f43e4f783944bc7e795b95bd38688 /docs/sources/route-server.md | |
parent | ca99c628a1a1aa65b3a32d42117d0ed712330b68 (diff) |
doc: change documents associated with OpenConfig update
Diffstat (limited to 'docs/sources/route-server.md')
-rw-r--r-- | docs/sources/route-server.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/sources/route-server.md b/docs/sources/route-server.md index db251aa8..f1801e84 100644 --- a/docs/sources/route-server.md +++ b/docs/sources/route-server.md @@ -32,7 +32,8 @@ $ cat gobgpd.conf [Neighbors.NeighborList.Transport.TransportConfig] PassiveMode = true [Neighbors.NeighborList.RouteServer] - RouteServerClient = true + [Neighbors.NeighborList.RouteServer.RouteServerConfig] + RouteServerClient = true [[Neighbors.NeighborList]] [Neighbors.NeighborList.NeighborConfig] @@ -43,7 +44,8 @@ $ cat gobgpd.conf [Neighbors.NeighborList.Transport.TransportConfig] PassiveMode = true [Neighbors.NeighborList.RouteServer] - RouteServerClient = true + [Neighbors.NeighborList.RouteServer.RouteServerConfig] + RouteServerClient = true ``` ## Starting GoBGP |