diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-04 23:05:43 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-04 23:05:43 +0200 |
commit | 6f3203fabf30b0e5ca7d41b4550efbc5df0b421a (patch) | |
tree | fca231a3f7c5597478ec5e089332dc7aef68cf48 /proto/ospf/ospf.c | |
parent | 9b7de4c4d13a5701aac446627672e65fce9e1a9d (diff) | |
download | bird-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.c | 2 |
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; } } |