--- embedaddon/quagga/bgpd/bgp_aspath.h 2012/10/09 09:22:28 1.1.1.2 +++ embedaddon/quagga/bgpd/bgp_aspath.h 2013/07/21 23:54:37 1.1.1.3 @@ -58,6 +58,7 @@ struct aspath /* String expression of AS path. This string is used by vty output and AS path regular expression match. */ char *str; + unsigned short str_len; }; #define ASPATH_STR_DEFAULT_LEN 32