bgpd: Fixed some comments in bgp_lcommunity.h

Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
This commit is contained in:
Nigel Kukard 2017-09-03 06:35:35 +00:00
parent 600d7ff874
commit f1e1e1c335

View File

@ -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];
};