diff options
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 |