diff options
author | hasso <hasso> | 2004-08-25 11:10:37 +0200 |
---|---|---|
committer | hasso <hasso> | 2004-08-25 11:10:37 +0200 |
commit | ccb59b11047c71430eb55ed58eda94865bab20c8 (patch) | |
tree | c135d58534331ff4fd04223f512d317dbd4c8ed8 /ospf6d/ospf6_lsdb.c | |
parent | 2004-08-23 Paul Jakma <paul@dishone.st> (diff) | |
download | frr-ccb59b11047c71430eb55ed58eda94865bab20c8.tar.xz frr-ccb59b11047c71430eb55ed58eda94865bab20c8.zip |
SVN revisions 935-940 merge from Zebra CVS.
Diffstat (limited to 'ospf6d/ospf6_lsdb.c')
-rw-r--r-- | ospf6d/ospf6_lsdb.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ospf6d/ospf6_lsdb.c b/ospf6d/ospf6_lsdb.c index 247238b9a..6cd633f55 100644 --- a/ospf6d/ospf6_lsdb.c +++ b/ospf6d/ospf6_lsdb.c @@ -174,6 +174,11 @@ ospf6_lsdb_add (struct ospf6_lsa *lsa, struct ospf6_lsdb *lsdb) (*lsdb->hook_remove) (lsa); } } + else if (OSPF6_LSA_IS_MAXAGE (old)) + { + if (lsdb->hook_add) + (*lsdb->hook_add) (lsa); + } else { if (lsdb->hook_remove) |