diff options
| author | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-09-23 13:47:20 +0000 | 
|---|---|---|
| committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-09-23 13:47:20 +0000 | 
| commit | 6147e2c694b53647895f048645182065bc25fd05 (patch) | |
| tree | 312a6d95b8efca2df2743a183488ed8baea0de16 /ripd/rip_routemap.c | |
| parent | a5b5627b8b7e63f73d856802394ed7e39e26da0b (diff) | |
convert <1-255> to (1-255), ()s to <>s, etc
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to 'ripd/rip_routemap.c')
| -rw-r--r-- | ripd/rip_routemap.c | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/ripd/rip_routemap.c b/ripd/rip_routemap.c index 4bb5958e9d..35e869172c 100644 --- a/ripd/rip_routemap.c +++ b/ripd/rip_routemap.c @@ -737,7 +737,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") @@ -797,7 +797,7 @@ DEFUN (no_match_interface,  DEFUN (match_ip_next_hop,         match_ip_next_hop_cmd, -       "match ip next-hop (<1-199>|<1300-2699>|WORD)", +       "match ip next-hop <(1-199)|(1300-2699)|WORD>",         MATCH_STR         IP_STR         "Match next-hop address of route\n" @@ -870,7 +870,7 @@ DEFUN (no_match_ip_next_hop_prefix_list,  DEFUN (match_ip_address,         match_ip_address_cmd, -       "match ip address (<1-199>|<1300-2699>|WORD)", +       "match ip address <(1-199)|(1300-2699)|WORD>",         MATCH_STR         IP_STR         "Match address of route\n" @@ -944,7 +944,7 @@ DEFUN (no_match_ip_address_prefix_list,  DEFUN (match_tag,         match_tag_cmd, -       "match tag <1-65535>", +       "match tag (1-65535)",         MATCH_STR         "Match tag of route\n"         "Metric value\n") @@ -984,7 +984,7 @@ DEFUN (no_match_tag,   */  DEFUN (set_metric,         set_metric_cmd, -       "set metric <0-4294967295>", +       "set metric (0-4294967295)",         SET_STR         "Metric value for destination routing protocol\n"         "Metric value\n") @@ -1072,7 +1072,7 @@ DEFUN (no_set_ip_nexthop,  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")  | 
