summaryrefslogtreecommitdiffstats
path: root/ripngd/ripng_routemap.c
diff options
context:
space:
mode:
authorDaniel Walton <dwalton@cumulusnetworks.com>2016-09-23 15:47:20 +0200
committerDaniel Walton <dwalton@cumulusnetworks.com>2016-09-23 15:47:20 +0200
commit6147e2c694b53647895f048645182065bc25fd05 (patch)
tree312a6d95b8efca2df2743a183488ed8baea0de16 /ripngd/ripng_routemap.c
parenttools: argv_translator convert <1-255> to (1-255), ()s to <>s, etc (diff)
downloadfrr-6147e2c694b53647895f048645182065bc25fd05.tar.xz
frr-6147e2c694b53647895f048645182065bc25fd05.zip
convert <1-255> to (1-255), ()s to <>s, etc
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to 'ripngd/ripng_routemap.c')
-rw-r--r--ripngd/ripng_routemap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ripngd/ripng_routemap.c b/ripngd/ripng_routemap.c
index 9c25d6003..0910f94a7 100644
--- a/ripngd/ripng_routemap.c
+++ b/ripngd/ripng_routemap.c
@@ -502,7 +502,7 @@ static struct route_map_rule_cmd route_set_tag_cmd =
DEFUN (match_metric,
match_metric_cmd,
- "match metric <0-4294967295>",
+ "match metric (0-4294967295)",
MATCH_STR
"Match metric of route\n"
"Metric value\n")
@@ -562,7 +562,7 @@ DEFUN (no_match_interface,
DEFUN (match_tag,
match_tag_cmd,
- "match tag <1-65535>",
+ "match tag (1-65535)",
MATCH_STR
"Match tag of route\n"
"Metric value\n")
@@ -594,7 +594,7 @@ DEFUN (no_match_tag,
DEFUN (set_metric,
set_metric_cmd,
- "set metric <0-4294967295>",
+ "set metric (0-4294967295)",
"Set value\n"
"Metric value for destination routing protocol\n"
"Metric value\n")
@@ -676,7 +676,7 @@ DEFUN (no_set_ipv6_nexthop_local,
DEFUN (set_tag,
set_tag_cmd,
- "set tag <1-65535>",
+ "set tag (1-65535)",
SET_STR
"Tag value for routing protocol\n"
"Tag value\n")