summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/sources/configuration.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/sources/configuration.md b/docs/sources/configuration.md
index 15a86761..9bef5ec3 100644
--- a/docs/sources/configuration.md
+++ b/docs/sources/configuration.md
@@ -30,6 +30,18 @@
route-monitoring-policy = "pre-policy"
statistics-timeout = 3600
+[[vrfs]]
+ [vrfs.config]
+ name = "vrf1"
+ # If id is omitted, automatically assigned.
+ id = 1
+ rd = "65000:100"
+ # Each configuration for import and export RTs;
+ # import-rt-list
+ # export-rt-list
+ # are preferred than both-rt-list.
+ both-rt-list = ["65000:100"]
+
[[mrt-dump]]
[mrt-dump.config]
dump-type = "updates"