Return to topology.c CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / bird / proto / ospf |
version 1.1.1.1, 2017/08/22 12:33:54 | version 1.1.1.2, 2021/03/17 19:50:23 |
---|---|
Line 404 ospf_refresh_lsa(struct ospf_proto *p, struct top_hash | Line 404 ospf_refresh_lsa(struct ospf_proto *p, struct top_hash |
void | void |
ospf_flush_lsa(struct ospf_proto *p, struct top_hash_entry *en) | ospf_flush_lsa(struct ospf_proto *p, struct top_hash_entry *en) |
{ | { |
en->nf = NULL; | |
if (en->next_lsa_body) | if (en->next_lsa_body) |
{ | { |
mb_free(en->next_lsa_body); | mb_free(en->next_lsa_body); |