mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 02:30:38 +00:00
doc: fix ospf's max-metric command
"on-shutdown" and "on-startup" have the different timeout range. Correct the timeout range for "on-shutdown" based on the current code: ``` (ospf) max-metric router-lsa on-shutdown (5-100) ``` Signed-off-by: anlan_cs <vic.lan@pica8.com>
This commit is contained in:
parent
6863cf6a5a
commit
5027538a42
@ -195,7 +195,7 @@ To start OSPF process you have to specify the OSPF router.
|
||||
This command supersedes the *timers spf* command in previous FRR
|
||||
releases.
|
||||
|
||||
.. clicmd:: max-metric router-lsa [on-startup|on-shutdown] (5-86400)
|
||||
.. clicmd:: max-metric router-lsa [on-startup (5-86400)|on-shutdown (5-100)]
|
||||
|
||||
.. clicmd:: max-metric router-lsa administrative
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user