From: Nigel Kukard Date: Sun, 3 Sep 2017 06:35:35 +0000 (+0000) Subject: bgpd: Fixed some comments in bgp_lcommunity.h X-Git-Tag: frr-4.0-dev~348^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f1e1e1c335a4e2078d3d1ff12e385bbe7172054c;p=mirror%2Ffrr.git bgpd: Fixed some comments in bgp_lcommunity.h Signed-off-by: Nigel Kukard --- diff --git a/bgpd/bgp_lcommunity.h b/bgpd/bgp_lcommunity.h index 1a3304e719..7576d7a980 100644 --- a/bgpd/bgp_lcommunity.h +++ b/bgpd/bgp_lcommunity.h @@ -37,14 +37,14 @@ struct lcommunity { /* Size of Extended Communities attribute. */ int size; - /* Extended Communities value. */ + /* Large Communities value. */ u_int8_t *val; /* Human readable format string. */ char *str; }; -/* Extended community value is eight octet. */ +/* Large community value is 12 octets. */ struct lcommunity_val { char val[LCOMMUNITY_SIZE]; };