Diff for /embedaddon/quagga/bgpd/bgp_ecommunity.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 17:26:11 version 1.1.1.2, 2012/10/09 09:22:28
Line 99  ecommunity_add_val (struct ecommunity *ecom, struct ec Line 99  ecommunity_add_val (struct ecommunity *ecom, struct ec
 /* This function takes pointer to Extended Communites strucutre then  /* This function takes pointer to Extended Communites strucutre then
    create a new Extended Communities structure by uniq and sort each     create a new Extended Communities structure by uniq and sort each
    Extended Communities value.  */     Extended Communities value.  */
static struct ecommunity *struct ecommunity *
 ecommunity_uniq_sort (struct ecommunity *ecom)  ecommunity_uniq_sort (struct ecommunity *ecom)
 {  {
   int i;    int i;

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>