Revision 74c838a8 proto/ospf/rt.c
proto/ospf/rt.c | ||
---|---|---|
2005 | 2005 |
/* Remove unused rt entry, some special entries are persistent */ |
2006 | 2006 |
if (!nf->n.type && !nf->external_rte && !nf->area_net) |
2007 | 2007 |
{ |
2008 |
if (nf->lsa_id) |
|
2009 |
idm_free(&p->idm, nf->lsa_id); |
|
2010 |
|
|
2008 | 2011 |
FIB_ITERATE_PUT(&fit); |
2009 | 2012 |
fib_delete(fib, nf); |
2010 | 2013 |
goto again1; |
Also available in: Unified diff