]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: add OSPF[6] write-multiplier to docs
authorPat Ruddy <pat@voltanet.io>
Thu, 6 May 2021 11:59:52 +0000 (12:59 +0100)
committerPat Ruddy <pat@voltanet.io>
Fri, 18 Jun 2021 08:40:42 +0000 (09:40 +0100)
Add documentation for write-muliplier to both OSPF and OSPF6 docs

Signed-off-by: Pat Ruddy <pat@voltanet.io>
doc/user/ospf6d.rst
doc/user/ospfd.rst

index d26062e2b9855f1adc2796c902d70cea0858df7c..7c01b6f136bd073262ec68b3e7b1dabd1d0e361b 100644 (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:
 
index 80ab2795962bd20691bdc74ddc9ddf802fac65b9..692ce8c1b2b225c66cb445d85ca7cffe54f55dfe 100644 (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