summaryrefslogtreecommitdiff
path: root/ospfd/ospf_vty.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-05-04 13:35:25 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-05-04 13:35:25 -0400
commitd476347d5d60f59647ceb51d2cee1b56153e9903 (patch)
tree86a5e8dc46665aaeb95fcf6a1d8d620d4dd94255 /ospfd/ospf_vty.c
parent047b41ee552c94949bdea9a7c6a159010d38910b (diff)
parent3c6f31c006e1584df847bbbcef64fdb4a38295ed (diff)
Merge remote-tracking branch 'origin/stable/3.0'
Diffstat (limited to 'ospfd/ospf_vty.c')
-rw-r--r--ospfd/ospf_vty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c
index 23a0e682c8..9e577105ca 100644
--- a/ospfd/ospf_vty.c
+++ b/ospfd/ospf_vty.c
@@ -7161,7 +7161,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"
@@ -7232,7 +7232,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"