commit | ccb59b11047c71430eb55ed58eda94865bab20c8 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Wed Aug 25 09:10:37 2004 +0000 |
committer | hasso <hasso> | Wed Aug 25 09:10:37 2004 +0000 |
tree | c135d58534331ff4fd04223f512d317dbd4c8ed8 | |
parent | 3e0b3a56217dab13b26e7f7fd634e7450dde55e2 [diff] [blame] |
SVN revisions 935-940 merge from Zebra CVS.
diff --git a/ospf6d/ospf6_lsdb.c b/ospf6d/ospf6_lsdb.c index 247238b..6cd633f 100644 --- a/ospf6d/ospf6_lsdb.c +++ b/ospf6d/ospf6_lsdb.c
@@ -174,6 +174,11 @@ (*lsdb->hook_remove) (lsa); } } + else if (OSPF6_LSA_IS_MAXAGE (old)) + { + if (lsdb->hook_add) + (*lsdb->hook_add) (lsa); + } else { if (lsdb->hook_remove)