diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-07-26 18:58:25 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-07-26 18:58:25 -0400 |
| commit | ced26d3d49360dd9c0a1a275721f652ffcb9f34e (patch) | |
| tree | a7d1af2add71a4fdb214955be24f4ed35ff9b10b | |
| parent | 7d1d2517ea0a1703f691795cd2a754ecbc81e367 (diff) | |
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.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index bb968735b9..8f27218fe9 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 |
