doc: add OSPF[6] write-multiplier to docs

Add documentation for write-muliplier to both OSPF and OSPF6 docs

Signed-off-by: Pat Ruddy <pat@voltanet.io>
This commit is contained in:
Pat Ruddy 2021-05-06 12:59:52 +01:00
parent 78156066b9
commit 44db98df2a
2 changed files with 14 additions and 0 deletions

View File

@ -70,6 +70,13 @@ OSPF6 router
Use this command to control the maximum number of parallel routes that
OSPFv3 can support. The default is 64.
.. clicmd:: write-multiplier (1-100)
Use this command to tune the amount of work done in the packet read and
write threads before relinquishing control. The parameter is the number
of packets to process before returning. The default value of this parameter
is 20.
.. _ospf6-area:

View File

@ -299,6 +299,13 @@ To start OSPF process you have to specify the OSPF router.
a specific destination. The upper limit may differ if you change the value
of MULTIPATH_NUM during compilation. The default is MULTIPATH_NUM (64).
.. clicmd:: write-multiplier (1-100)
Use this command to tune the amount of work done in the packet read and
write threads before relinquishing control. The parameter is the number
of packets to process before returning. The defult value of this parameter
is 20.
.. _ospf-area:
Areas