Skip to content

Commit

Permalink
ospfd: fix ospf dead-interval minimal hello-multiplier param range
Browse files Browse the repository at this point in the history
Signed-off-by: Bing Shui <[email protected]>
(cherry picked from commit a179330)
  • Loading branch information
Shbinging authored and mergify[bot] committed Dec 14, 2023
1 parent fb07a9c commit b16d450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ospfd/ospf_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -8301,7 +8301,7 @@ DEFUN_HIDDEN (ospf_dead_interval,

DEFUN (ip_ospf_dead_interval_minimal,
ip_ospf_dead_interval_minimal_addr_cmd,
"ip ospf dead-interval minimal hello-multiplier (1-10) [A.B.C.D]",
"ip ospf dead-interval minimal hello-multiplier (2-20) [A.B.C.D]",
"IP Information\n"
"OSPF interface commands\n"
"Interval time after which a neighbor is declared down\n"
Expand All @@ -8322,7 +8322,7 @@ DEFUN (ip_ospf_dead_interval_minimal,

DEFUN (no_ip_ospf_dead_interval,
no_ip_ospf_dead_interval_cmd,
"no ip ospf dead-interval [<(1-65535)|minimal hello-multiplier (1-10)> [A.B.C.D]]",
"no ip ospf dead-interval [<(1-65535)|minimal hello-multiplier (2-20)> [A.B.C.D]]",
NO_STR
"IP Information\n"
"OSPF interface commands\n"
Expand Down Expand Up @@ -8389,7 +8389,7 @@ DEFUN (no_ip_ospf_dead_interval,

DEFUN_HIDDEN (no_ospf_dead_interval,
no_ospf_dead_interval_cmd,
"no ospf dead-interval [<(1-65535)|minimal hello-multiplier (1-10)> [A.B.C.D]]",
"no ospf dead-interval [<(1-65535)|minimal hello-multiplier (2-20)> [A.B.C.D]]",
NO_STR
"OSPF interface commands\n"
"Interval time after which a neighbor is declared down\n"
Expand Down

0 comments on commit b16d450

Please sign in to comment.