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/attrs.h | |
parent | 6370d6f61b30b2390727eee8136e0e575dff609f (diff) |
Prints full community lists during 'show route all'.
Diffstat (limited to 'nest/attrs.h')
-rw-r--r-- | nest/attrs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/attrs.h b/nest/attrs.h index 16fb35af..6ce5755f 100644 --- a/nest/attrs.h +++ b/nest/attrs.h @@ -50,7 +50,7 @@ int as_path_match(struct adata *path, struct f_path_mask *mask); /* a-set.c */ -void int_set_format(struct adata *set, int way, byte *buf, unsigned int size); +int int_set_format(struct adata *set, int way, int from, byte *buf, unsigned int size); struct adata *int_set_add(struct linpool *pool, struct adata *list, u32 val); int int_set_contains(struct adata *list, u32 val); struct adata *int_set_del(struct linpool *pool, struct adata *list, u32 val); |