diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-01-20 11:59:34 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-20 11:59:34 +0200 | 
| commit | e9dbc60ee2764c0ed92dcffa7d5ffa50faf57062 (patch) | |
| tree | f8242b0ecf46e9343bea4e296ed7ea7c3e60f4a7 /doc | |
| parent | 9070c493a15ca3bb1cc85e28c6dc71de645be1db (diff) | |
| parent | 2d13ec0a50b0c6c72ef95c3a08c555debf9d8ed0 (diff) | |
Merge pull request #12666 from donaldsharp/bgp_outq_limit
Bgp outq limit
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/user/bgp.rst | 5 | 
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  | 
