Merge pull request #16853 from Shbinging/no_ip_ospf_dead_interval_minimal

ospfd: fix snytax of some no commands
This commit is contained in:
Russ White 2024-09-24 10:03:29 -04:00 committed by GitHub
commit e17a9834ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2111,7 +2111,7 @@ DEFUN (ospf_abr_type,
DEFUN (no_ospf_abr_type,
no_ospf_abr_type_cmd,
"no ospf abr-type <cisco|ibm|shortcut|standard>",
"no ospf abr-type [<cisco|ibm|shortcut|standard>]",
NO_STR
"OSPF specific commands\n"
"Set OSPF ABR type\n"
@ -8161,7 +8161,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"