summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-07-27 00:58:25 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2020-07-27 00:58:25 +0200
commitced26d3d49360dd9c0a1a275721f652ffcb9f34e (patch)
treea7d1af2add71a4fdb214955be24f4ed35ff9b10b
parentMerge pull request #6796 from russellb/bgp-debug-newline (diff)
downloadfrr-ced26d3d49360dd9c0a1a275721f652ffcb9f34e.tar.xz
frr-ced26d3d49360dd9c0a1a275721f652ffcb9f34e.zip
doc: Add doc for `coalesce-time` in bgp
The documentation for this command was missing. Add a little bit of data for people in the future. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
-rw-r--r--doc/user/bgp.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst
index bb968735b..8f27218fe 100644
--- a/doc/user/bgp.rst
+++ b/doc/user/bgp.rst
@@ -1191,6 +1191,13 @@ Defining Peers
``net.core.optmem_max`` to allow the kernel to allocate the necessary option
memory.
+.. index:: [no] coalesce-time (0-4294967295)
+.. clicmd:: [no] coalesce-time (0-4294967295)
+
+ The time in milliseconds that BGP will delay before deciding what peers
+ can be put into an update-group together in order to generate a single
+ update for them. The default time is 1000.
+
.. _bgp-configuring-peers:
Configuring Peers