From 3534257580af198c68f7a2bf313f1582a9743d61 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Sat, 22 Jun 2019 09:29:19 +0300 Subject: [PATCH] rmap: Modify cli helper text for `match_ipv6_next_hop_type_cmd` Signed-off-by: Donatas Abraitis --- lib/routemap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routemap.c b/lib/routemap.c index e8bdaa68fb..f548452b78 100644 --- a/lib/routemap.c +++ b/lib/routemap.c @@ -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 ", MATCH_STR IPV6_STR - "Match address of route\n" + "Match next-hop address of route\n" "Match entries by type\n" "Blackhole\n") {