summaryrefslogtreecommitdiffhomepage
path: root/docs/sources/mrt.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sources/mrt.md')
-rw-r--r--docs/sources/mrt.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/docs/sources/mrt.md b/docs/sources/mrt.md
index f2610330..98a441b0 100644
--- a/docs/sources/mrt.md
+++ b/docs/sources/mrt.md
@@ -21,11 +21,16 @@ you don't need any special configuration for mrt
```
$ cat gobgpd.conf
[Global]
- As = 64512
- RouterId = "192.168.255.1"
-[[NeighborList]]
- NeighborAddress = "10.0.255.1"
- PeerAs = 65001
+ [Global.GlobalConfig]
+ As = 64512
+ RouterId = "192.168.255.1"
+
+[Neighbors]
+ [[Neighbors.NeighborList]]
+ [Neighbors.NeighborList.NeighborConfig]
+ NeighborAddress = "10.0.255.1"
+ PeerAs = 65001
+
```
## Start GoBGP