mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
as_path_prepend is usable outside bgp.
This commit is contained in:
@@ -764,7 +764,7 @@ comlist_del(struct linpool *pool, struct adata *list, u32 val)
|
||||
}
|
||||
|
||||
struct adata *
|
||||
comlist_empty(struct linpool *pool)
|
||||
adata_empty(struct linpool *pool)
|
||||
{
|
||||
struct adata *res = lp_alloc(pool, sizeof(struct adata));
|
||||
res->length = 0;
|
||||
|
||||
Reference in New Issue
Block a user