]> git.proxmox.com Git - mirror_frr.git/commitdiff
bgpd: Fixed some comments in bgp_lcommunity.h
authorNigel Kukard <nkukard@lbsd.net>
Sun, 3 Sep 2017 06:35:35 +0000 (06:35 +0000)
committerNigel Kukard <nkukard@lbsd.net>
Sun, 3 Sep 2017 06:35:53 +0000 (06:35 +0000)
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
bgpd/bgp_lcommunity.h

index 1a3304e719b97bb9f5c74457c1fdbf0978584386..7576d7a980e8a4da9c6aff6ab9a1c78307b5698c 100644 (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];
 };