diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-13 15:57:44 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-13 15:57:44 +0100 |
commit | d807ea087f8d60e25eaef8c10168a40ca6545c57 (patch) | |
tree | 60ac512afd42488b277a6fe7a527e71ccfb92490 /nest/attrs.h | |
parent | 3e7923507b40b42c80dc621aff9d896106bae8c7 (diff) |
BGP: Fix non-transitive ext communities
Diffstat (limited to 'nest/attrs.h')
-rw-r--r-- | nest/attrs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/attrs.h b/nest/attrs.h index f66d4f04..102f378a 100644 --- a/nest/attrs.h +++ b/nest/attrs.h @@ -197,4 +197,6 @@ struct adata *int_set_sort(struct linpool *pool, struct adata *src); struct adata *ec_set_sort(struct linpool *pool, struct adata *src); struct adata *lc_set_sort(struct linpool *pool, struct adata *src); +void ec_set_sort_x(struct adata *set); /* Sort in place */ + #endif |