mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 10:09:25 +00:00
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:
parent
78156066b9
commit
44db98df2a
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user