]> git.proxmox.com Git - mirror_frr.git/commitdiff
rmap: Modify cli helper text for `match_ipv6_next_hop_type_cmd`
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Sat, 22 Jun 2019 06:29:19 +0000 (09:29 +0300)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Sat, 22 Jun 2019 11:33:08 +0000 (14:33 +0300)
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
lib/routemap.c

index e8bdaa68fb4cd49ef75c1b2aef0172ae24331416..f548452b78453f2a20fda272b37113dd5bdbd7db 100644 (file)
@@ -2259,7 +2259,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")
 {