diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2019-06-22 09:29:19 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2019-06-22 09:29:19 +0300 |
| commit | d8524fbef4a97a76bac9ff58c660af6fa17ebcff (patch) | |
| tree | 1586b6aa1ddb9e6f24dcf2e0158fea814ac82207 | |
| parent | 6d9ed6df1b9fe76359dd28e49278eda8c99d7d45 (diff) | |
rmap: Modify cli helper text for `match_ipv6_next_hop_type_cmd`
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
| -rw-r--r-- | lib/routemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/routemap.c b/lib/routemap.c index 47cc2e294a..5405f6bcc7 100644 --- a/lib/routemap.c +++ b/lib/routemap.c @@ -2434,7 +2434,7 @@ DEFUN (no_match_ipv6_address_prefix_list, DEFUN(match_ipv6_next_hop_type, match_ipv6_next_hop_type_cmd, "match ipv6 next-hop type <blackhole>", MATCH_STR IPV6_STR - "Match address of route\n" + "Match next-hop address of route\n" "Match entries by type\n" "Blackhole\n") { |
