diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2011-07-03 19:43:30 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2011-07-03 19:43:30 +0200 |
commit | fdf16eb65872b3bee02fb9e25c80ea32cf59f8e9 (patch) | |
tree | 484d2d04d83958c7adc1198a7ebd445467459330 /nest/route.h | |
parent | 6370d6f61b30b2390727eee8136e0e575dff609f (diff) |
Prints full community lists during 'show route all'.
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nest/route.h b/nest/route.h index 236882ec..c77fe417 100644 --- a/nest/route.h +++ b/nest/route.h @@ -394,8 +394,6 @@ unsigned ea_scan(ea_list *); /* How many bytes do we need for merged ea_list */ void ea_merge(ea_list *from, ea_list *to); /* Merge sub-lists to allocated buffer */ 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 ea_list *ea_append(ea_list *to, ea_list *what); int mpnh__same(struct mpnh *x, struct mpnh *y); /* Compare multipath nexthops */ |