From 96870ecb059ab4cc2bd2b294c6cea97e5883ac9f Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Tue, 10 Aug 2021 11:02:50 +0300 Subject: [PATCH] bgpd: Auto-complete for `show bgp community-list` ``` exit1-debian-9# show ip bgp community-list ? (1-500) community-list number COMMUNITY_LIST_NAME community-list name 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 6039a91f7d..65a1aa21a7 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -11948,7 +11948,7 @@ DEFPY(show_ip_bgp, show_ip_bgp_cmd, |route-map WORD\ |prefix-list WORD\ |filter-list WORD\ - |community-list <(1-500)|WORD> [exact-match]\ + |community-list <(1-500)|COMMUNITY_LIST_NAME> [exact-match]\ |A.B.C.D/M longer-prefixes\ |X:X::X:X/M longer-prefixes\ >", -- 2.39.5