From 7db1c0f03ea27ea8817e6cb792bff6a8a707ebcc Mon Sep 17 00:00:00 2001 From: Rafael Zalamena Date: Thu, 21 May 2020 18:43:52 -0300 Subject: [PATCH] doc: add transmit-delay interval range The OSPF doc was missing the interval range values. Signed-off-by: Rafael Zalamena --- doc/user/ospfd.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/user/ospfd.rst b/doc/user/ospfd.rst index 75768269fe..98ee56d8e4 100644 --- a/doc/user/ospfd.rst +++ b/doc/user/ospfd.rst @@ -693,11 +693,11 @@ Interfaces retransmitting Database Description and Link State Request packets. The default value is 5 seconds. -.. index:: ip ospf transmit-delay -.. clicmd:: ip ospf transmit-delay +.. index:: ip ospf transmit-delay (1-65535) [A.B.C.D] +.. clicmd:: ip ospf transmit-delay (1-65535) [A.B.C.D] -.. index:: no ip ospf transmit-delay -.. clicmd:: no ip ospf transmit-delay +.. index:: no ip ospf transmit-delay [(1-65535)] [A.B.C.D] +.. clicmd:: no ip ospf transmit-delay [(1-65535)] [A.B.C.D] Set number of seconds for InfTransDelay value. LSAs' age should be incremented by this value when transmitting. The default value is 1 second. -- 2.39.5