mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-08 19:06:09 +00:00
ospfd: fix small problem in the redistribute command
The use of {<>} is unnecessary and not correct.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
parent
5503498dda
commit
6cf3661ddf
@ -7160,7 +7160,7 @@ DEFUN (no_ospf_redistribute_source,
|
||||
|
||||
DEFUN (ospf_redistribute_instance_source,
|
||||
ospf_redistribute_instance_source_cmd,
|
||||
"redistribute <ospf|table> (1-65535) {<metric (0-16777214)|metric-type (1-2)|route-map WORD>}",
|
||||
"redistribute <ospf|table> (1-65535) {metric (0-16777214)|metric-type (1-2)|route-map WORD}",
|
||||
REDIST_STR
|
||||
"Open Shortest Path First\n"
|
||||
"Non-main Kernel Routing Table\n"
|
||||
@ -7231,7 +7231,7 @@ DEFUN (ospf_redistribute_instance_source,
|
||||
|
||||
DEFUN (no_ospf_redistribute_instance_source,
|
||||
no_ospf_redistribute_instance_source_cmd,
|
||||
"no redistribute <ospf|table> (1-65535) {<metric (0-16777214)|metric-type (1-2)|route-map WORD>}",
|
||||
"no redistribute <ospf|table> (1-65535) {metric (0-16777214)|metric-type (1-2)|route-map WORD}",
|
||||
NO_STR
|
||||
REDIST_STR
|
||||
"Open Shortest Path First\n"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user