summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2004-06-04 23:05:43 +0200
committerOndrej Filip <feela@network.cz>2004-06-04 23:05:43 +0200
commit6f3203fabf30b0e5ca7d41b4550efbc5df0b421a (patch)
treefca231a3f7c5597478ec5e089332dc7aef68cf48 /proto/ospf/ospf.c
parent9b7de4c4d13a5701aac446627672e65fce9e1a9d (diff)
downloadbird-6f3203fabf30b0e5ca7d41b4550efbc5df0b421a.tar
bird-6f3203fabf30b0e5ca7d41b4550efbc5df0b421a.zip
cleanup in lsupd.c, indenting, "struct proto" removed...
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r--proto/ospf/ospf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c
index 498b978..53ad210 100644
--- a/proto/ospf/ospf.c
+++ b/proto/ospf/ospf.c
@@ -405,7 +405,7 @@ ospf_rt_notify(struct proto *p, net *n, rte *new, rte *old, ea_list *attrs)
ext=en->lsa_body;
if(ipa_compare(ext->netmask, ipa_mkmask(n->n.pxlen))==0)
{
- net_flush_lsa(en,po,oa);
+ ospf_lsupd_flush_nlsa(en,oa);
break;
}
}