From 5027538a42e8f2e53e1ea4587135e3761bb191bd Mon Sep 17 00:00:00 2001 From: anlan_cs Date: Mon, 31 Oct 2022 04:03:04 -0400 Subject: [PATCH] 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 --- doc/user/ospfd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/ospfd.rst b/doc/user/ospfd.rst index 3aa3d47f35..181a6b2f36 100644 --- a/doc/user/ospfd.rst +++ b/doc/user/ospfd.rst @@ -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 -- 2.39.5