1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Merge commit '2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9' into haugesund

This commit is contained in:
Maria Matejka
2022-03-02 10:01:44 +01:00
9 changed files with 78 additions and 47 deletions

View File

@@ -522,7 +522,10 @@ static inline void
add_nbma_node(struct ospf_iface *ifa, struct nbma_node *src, int found)
{
struct nbma_node *n = mb_alloc(ifa->pool, sizeof(struct nbma_node));
n->n = (node) {};
add_tail(&ifa->nbma_list, NODE n);
n->ip = src->ip;
n->eligible = src->eligible;
n->found = found;