diff options
Diffstat (limited to 'bgpd/bgp_vty.c')
| -rw-r--r-- | bgpd/bgp_vty.c | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index 01144f5c78..9a8da359ab 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -14951,14 +14951,16 @@ static void lcommunity_list_show(struct vty *vty, struct community_list *list)  		if (entry == list->head) {  			if (all_digit(list->name))  				vty_out(vty, "Large community %s list %s\n", -					entry->style == EXTCOMMUNITY_LIST_STANDARD +					entry->style == +						LARGE_COMMUNITY_LIST_STANDARD  						? "standard"  						: "(expanded) access",  					list->name);  			else  				vty_out(vty,  					"Named large community %s list %s\n", -					entry->style == EXTCOMMUNITY_LIST_STANDARD +					entry->style == +						LARGE_COMMUNITY_LIST_STANDARD  						? "standard"  						: "expanded",  					list->name);  | 
