1
0
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:
Pavel Machek
2000-04-12 14:12:37 +00:00
parent c2b28c9910
commit 0a40e97328
2 changed files with 19 additions and 12 deletions

View File

@@ -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;