mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 07:35:33 +00:00
bgpd: Auto-complete for show bgp <afi> <safi> 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 <donatas.abraitis@gmail.com>
This commit is contained in:
parent
96870ecb05
commit
77a3a95eaa
@ -11715,7 +11715,7 @@ static int bgp_show_lcommunity_list(struct vty *vty, struct bgp *bgp,
|
|||||||
|
|
||||||
DEFUN (show_ip_bgp_large_community_list,
|
DEFUN (show_ip_bgp_large_community_list,
|
||||||
show_ip_bgp_large_community_list_cmd,
|
show_ip_bgp_large_community_list_cmd,
|
||||||
"show [ip] bgp [<view|vrf> VIEWVRFNAME] ["BGP_AFI_CMD_STR" ["BGP_SAFI_WITH_LABEL_CMD_STR"]] large-community-list <(1-500)|WORD> [exact-match] [json]",
|
"show [ip] bgp [<view|vrf> VIEWVRFNAME] ["BGP_AFI_CMD_STR" ["BGP_SAFI_WITH_LABEL_CMD_STR"]] large-community-list <(1-500)|LCOMMUNITY_LIST_NAME> [exact-match] [json]",
|
||||||
SHOW_STR
|
SHOW_STR
|
||||||
IP_STR
|
IP_STR
|
||||||
BGP_STR
|
BGP_STR
|
||||||
|
Loading…
Reference in New Issue
Block a user