summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-01-20 11:59:34 +0200
committerGitHub <noreply@github.com>2023-01-20 11:59:34 +0200
commite9dbc60ee2764c0ed92dcffa7d5ffa50faf57062 (patch)
treef8242b0ecf46e9343bea4e296ed7ea7c3e60f4a7 /doc
parent9070c493a15ca3bb1cc85e28c6dc71de645be1db (diff)
parent2d13ec0a50b0c6c72ef95c3a08c555debf9d8ed0 (diff)
Merge pull request #12666 from donaldsharp/bgp_outq_limit
Bgp outq limit
Diffstat (limited to 'doc')
-rw-r--r--doc/user/bgp.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst
index 27e1744ef5..9c69848258 100644
--- a/doc/user/bgp.rst
+++ b/doc/user/bgp.rst
@@ -3755,6 +3755,11 @@ The following command is available in ``config`` mode as well as in the
Set the BGP Input Queue limit for all peers when messaging parsing. Increase
this only if you have the memory to handle large queues of messages at once.
+.. clicmd:: bgp output-queue-limit (1-4294967295)
+
+ Set the BGP Output Queue limit for all peers when messaging parsing. Increase
+ this only if you have the memory to handle large queues of messages at once.
+
.. _bgp-displaying-bgp-information:
Displaying BGP Information