summaryrefslogtreecommitdiffhomepage
path: root/docs/sources/route-reflector.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sources/route-reflector.md')
-rw-r--r--docs/sources/route-reflector.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/sources/route-reflector.md b/docs/sources/route-reflector.md
index c8fbce50..f640564b 100644
--- a/docs/sources/route-reflector.md
+++ b/docs/sources/route-reflector.md
@@ -13,30 +13,30 @@ The configuration below configures two route reflector clients and two normal iB
```toml
[Global]
- [Global.GlobalConfig]
+ [Global.Config]
RouterId = "192.168.0.1"
As = 65000
[Neighbors]
[[Neighbors.NeighborList]]
- [Neighbors.NeighborList.NeighborConfig]
+ [Neighbors.NeighborList.Config]
NeighborAddress = "192.168.10.2"
PeerAs = 65000
- [Neighbors.NeighborList.RouteReflector.RouteReflectorConfig]
+ [Neighbors.NeighborList.RouteReflector.Config]
RouteReflectorClient = true
RouteReflectorClusterId = "192.168.0.1"
[[Neighbors.NeighborList]]
- [Neighbors.NeighborList.NeighborConfig]
+ [Neighbors.NeighborList.Config]
NeighborAddress = "192.168.10.3"
PeerAs = 65000
- [Neighbors.NeighborList.RouteReflector.RouteReflectorConfig]
+ [Neighbors.NeighborList.RouteReflector.Config]
RouteReflectorClient = true
RouteReflectorClusterId = "192.168.0.1"
[[Neighbors.NeighborList]]
- [Neighbors.NeighborList.NeighborConfig]
+ [Neighbors.NeighborList.Config]
NeighborAddress = "192.168.10.4"
PeerAs = 65000
[[Neighbors.NeighborList]]
- [Neighbors.NeighborList.NeighborConfig]
+ [Neighbors.NeighborList.Config]
NeighborAddress = "192.168.10.5"
PeerAs = 65000
```