forked from Mirror/frr
Merge pull request #16853 from Shbinging/no_ip_ospf_dead_interval_minimal
ospfd: fix snytax of some no commands
This commit is contained in:
commit
e17a9834ea
|
@ -2111,7 +2111,7 @@ DEFUN (ospf_abr_type,
|
||||||
|
|
||||||
DEFUN (no_ospf_abr_type,
|
DEFUN (no_ospf_abr_type,
|
||||||
no_ospf_abr_type_cmd,
|
no_ospf_abr_type_cmd,
|
||||||
"no ospf abr-type <cisco|ibm|shortcut|standard>",
|
"no ospf abr-type [<cisco|ibm|shortcut|standard>]",
|
||||||
NO_STR
|
NO_STR
|
||||||
"OSPF specific commands\n"
|
"OSPF specific commands\n"
|
||||||
"Set OSPF ABR type\n"
|
"Set OSPF ABR type\n"
|
||||||
|
@ -8161,7 +8161,7 @@ DEFUN (ip_ospf_dead_interval_minimal,
|
||||||
|
|
||||||
DEFUN (no_ip_ospf_dead_interval,
|
DEFUN (no_ip_ospf_dead_interval,
|
||||||
no_ip_ospf_dead_interval_cmd,
|
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
|
NO_STR
|
||||||
"IP Information\n"
|
"IP Information\n"
|
||||||
"OSPF interface commands\n"
|
"OSPF interface commands\n"
|
||||||
|
|
Loading…
Reference in a new issue