diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-02 14:34:28 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-02 14:34:28 +0200 |
commit | 2eac33f774a2075cff3d28f7fdb36e0482e48f35 (patch) | |
tree | 842307d6ed04102ccb3fdf2e9571b8086a248095 /proto/ospf/lsalib.c | |
parent | 3ce8c61000da58261750af2b6e60dbf2fca2abcf (diff) | |
download | bird-2eac33f774a2075cff3d28f7fdb36e0482e48f35.tar bird-2eac33f774a2075cff3d28f7fdb36e0482e48f35.zip |
Better LSA Aging.
Diffstat (limited to 'proto/ospf/lsalib.c')
-rw-r--r-- | proto/ospf/lsalib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index d24809c..618a24e 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -29,7 +29,7 @@ ospf_age(struct ospf_area *oa) if(en->lsa.age==LSA_MAXAGE) { if(flush) flush_lsa(en,oa); - return; + continue; } if((en->lsa.rt==p->cf->global->router_id)&&(en->lsa.age>LSREFRESHTIME)) { |