Diff for /embedaddon/quagga/bgpd/bgp_aspath.h between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/10/09 09:22:28 version 1.1.1.3, 2013/07/21 23:54:37
Line 58  struct aspath  Line 58  struct aspath 
   /* String expression of AS path.  This string is used by vty output    /* String expression of AS path.  This string is used by vty output
      and AS path regular expression match.  */       and AS path regular expression match.  */
   char *str;    char *str;
     unsigned short str_len;
 };  };
   
 #define ASPATH_STR_DEFAULT_LEN 32  #define ASPATH_STR_DEFAULT_LEN 32

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


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