mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 16:57:43 +00:00
bgpd: Fixed some comments in bgp_lcommunity.h
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
This commit is contained in:
parent
600d7ff874
commit
f1e1e1c335
@ -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];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user