diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2019-10-17 23:11:05 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-17 23:11:05 -0300 |
| commit | ca83094d262ede6d9621220aaf1f4925a4007584 (patch) | |
| tree | b8b244903750755228cdceb1c05b1d2933c8289c | |
| parent | 2e6c9a1db55ba5e16f07536da389765d0efdba66 (diff) | |
| parent | dad83b67458eb5733aeb094359805eab13dc5d4e (diff) | |
Merge pull request #5182 from qlyoung/fix-doc-index-read-quanta
doc: fix read-quanta .. index copy-paste err
| -rw-r--r-- | doc/user/bgp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index bb60bad947..b5a474b8bb 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -2217,7 +2217,7 @@ The following are available in the ``router bgp`` mode: you truly know what you are doing. .. index:: read-quanta (1-10) -.. index:: read-quanta (1-10) +.. clicmd:: read-quanta (1-10) Unlike Tx, BGP Rx traffic is not vectored. Packets are read off the wire one at a time in a loop. This setting controls how many iterations the loop runs |
