From: Donatas Abraitis Date: Tue, 10 Aug 2021 08:04:57 +0000 (+0300) Subject: bgpd: Auto-complete for `show bgp large-community-list` X-Git-Tag: base_8.1~197^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F9350%2Fhead;p=mirror%2Ffrr.git 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 --- 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