summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bgpd/bgp_lcommunity.h4
1 files changed, 2 insertions, 2 deletions
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];
};