From ced26d3d49360dd9c0a1a275721f652ffcb9f34e Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Sun, 26 Jul 2020 18:58:25 -0400 Subject: [PATCH] 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 --- doc/user/bgp.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.39.5