From 77a3a95eaa96e2f938825efeec2faf9de67c30b0 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Tue, 10 Aug 2021 11:04:57 +0300 Subject: [PATCH] bgpd: Auto-complete for `show bgp large-community-list` ``` exit1-debian-9# show ip bgp large-community-list (1-500) large-community-list number LCOMMUNITY_LIST_NAME large-community-list name large-testas ``` Signed-off-by: Donatas Abraitis --- bgpd/bgp_route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 65a1aa21a7..2b8a2eae3c 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -11715,7 +11715,7 @@ static int bgp_show_lcommunity_list(struct vty *vty, struct bgp *bgp, DEFUN (show_ip_bgp_large_community_list, show_ip_bgp_large_community_list_cmd, - "show [ip] bgp [ VIEWVRFNAME] ["BGP_AFI_CMD_STR" ["BGP_SAFI_WITH_LABEL_CMD_STR"]] large-community-list <(1-500)|WORD> [exact-match] [json]", + "show [ip] bgp [ VIEWVRFNAME] ["BGP_AFI_CMD_STR" ["BGP_SAFI_WITH_LABEL_CMD_STR"]] large-community-list <(1-500)|LCOMMUNITY_LIST_NAME> [exact-match] [json]", SHOW_STR IP_STR BGP_STR -- 2.39.5