summaryrefslogtreecommitdiffhomepage
path: root/docs/sources/configuration.md
diff options
context:
space:
mode:
authorWataru Ishida <ishida.wataru@lab.ntt.co.jp>2016-10-09 07:18:13 -0700
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-10-09 07:18:13 -0700
commit614746ca1159fe421047df04c5af6f07c38b2e65 (patch)
tree77e93a40ec38318a96ab3a195fb1baa68372acd2 /docs/sources/configuration.md
parent6b6f6974fcea37dc006f90dbd2f8d65495048725 (diff)
*: support long lived graceful restart
Signed-off-by: Wataru Ishida <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'docs/sources/configuration.md')
-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 d383023a..56c14a78 100644
--- a/docs/sources/configuration.md
+++ b/docs/sources/configuration.md
@@ -63,12 +63,24 @@
[neighbors.route-reflector.config]
route-reflector-client = true
route-reflector-cluster-id = "192.168.0.1"
+ [neighbors.graceful-restart.config]
+ enabled = true
+ notification-enabled = true
+ long-lived-enabled = true
+ # graceful restart restart time
+ restart-time = 20
[[neighbors.afi-safis]]
[neighbors.afi-safis.config]
afi-safi-name = "ipv4-unicast"
[neighbors.afi-safis.prefix-limit.config]
max-prefixes = 1000
shutdown-threshold-pct = 80
+ [neighbors.afi-safis.mp-graceful-restart.config]
+ enabled = true
+ [neighbors.afi-safis.long-lived-graceful-restart.config]
+ enabled = true
+ # long lived graceful restart restart time
+ restart-time = 100000
[[neighbors.afi-safis]]
[neighbors.afi-safis.config]
afi-safi-name = "ipv6-unicast"