diff options
author | Shbinging <bingshui@smail.nju.edu.cn> | 2024-09-18 09:39:55 +0200 |
---|---|---|
committer | Shbinging <bingshui@smail.nju.edu.cn> | 2024-09-18 09:39:55 +0200 |
commit | be32e8afbae76a2e32d35341ea5349fc101b3682 (patch) | |
tree | d2e03248840415af9b90700fcccf8c68d60fa25c /ospfd | |
parent | Merge pull request #16774 from donaldsharp/bgp_give_some_ordering_increases (diff) | |
download | frr-be32e8afbae76a2e32d35341ea5349fc101b3682.tar.xz frr-be32e8afbae76a2e32d35341ea5349fc101b3682.zip |
ospfd: fix no ip ospf dead-interval minimal hello-multiplier syntax
Signed-off-by: Shbinging <bingshui@smail.nju.edu.cn>
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/ospf_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c index 7ae4ea04c..5f0d28e5f 100644 --- a/ospfd/ospf_vty.c +++ b/ospfd/ospf_vty.c @@ -8157,7 +8157,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 (2-20)> [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" |