diff options
author | Martin Mares <mj@ucw.cz> | 2000-04-17 10:18:55 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-04-17 10:18:55 +0000 |
commit | c6add07fa6ca8366fbdcfcd9bc2872c129378366 (patch) | |
tree | 326030c1a1798b35c68ef11428461dd7a60e02cd /nest/route.h | |
parent | afc54517db6946e9cfb62bbdc855954316152c62 (diff) |
Printing of AS paths and community sets.
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/route.h b/nest/route.h index 6aa035db..a7879c14 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++ */ |