c2a65a9
diff -up quagga-0.99.11/bgpd/bgp_aspath.c.asn32 quagga-0.99.11/bgpd/bgp_aspath.c
c2a65a9
--- quagga-0.99.11/bgpd/bgp_aspath.c.asn32	2009-05-04 15:16:34.000000000 +0200
c2a65a9
+++ quagga-0.99.11/bgpd/bgp_aspath.c	2009-05-04 15:17:01.000000000 +0200
c2a65a9
@@ -549,7 +549,7 @@ aspath_make_str_count (struct aspath *as
c2a65a9
    * With 32bit ASNs, this range will increase, but only worth changing
c2a65a9
    * once there are significant numbers of ASN >= 100000
c2a65a9
    */
c2a65a9
-#define ASN_STR_LEN (5 + 1)
c2a65a9
+#define ASN_STR_LEN (10 + 1)
c2a65a9
   str_size = MAX (assegment_count_asns (seg, 0) * ASN_STR_LEN + 2 + 1,
c2a65a9
                   ASPATH_STR_DEFAULT_LEN);
c2a65a9
   str_buf = XMALLOC (MTYPE_AS_STR, str_size);