From c6add07fa6ca8366fbdcfcd9bc2872c129378366 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 17 Apr 2000 10:18:55 +0000 Subject: Printing of AS paths and community sets. --- nest/route.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/route.h') diff --git a/nest/route.h b/nest/route.h index 6aa035d..a7879c1 100644 --- a/nest/route.h +++ b/nest/route.h @@ -325,6 +325,7 @@ void ea_merge(ea_list *from, ea_list *to); /* Merge sub-lists to allocated buffe int ea_same(ea_list *x, ea_list *y); /* Test whether two ea_lists are identical */ unsigned int ea_hash(ea_list *e); /* Calculate 16-bit hash value */ void ea_format(eattr *e, byte *buf); +#define EA_FORMAT_BUF_SIZE 256 void rta_init(void); rta *rta_lookup(rta *); /* Get rta equivalent to this one, uc++ */ -- cgit v1.2.3