]> git.puffer.fish Git - mirror/frr.git/commitdiff
ospfd: fix small problem in the redistribute command 451/head
authorRenato Westphal <renato@opensourcerouting.org>
Wed, 3 May 2017 13:03:14 +0000 (10:03 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Wed, 3 May 2017 13:08:03 +0000 (10:08 -0300)
The use of {<>} is unnecessary and not correct.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ospfd/ospf_vty.c

index 776cf21ae3c0f24b84fa5328d7a80c6d1e4d5ba1..cdee15304c99154368acd91cbd2634373b07c055 100644 (file)
@@ -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"