From 1e05838a4db178f25eef560d774cf63d7af6d3c4 Mon Sep 17 00:00:00 2001 From: hasso Date: Wed, 1 Sep 2004 21:36:14 +0000 Subject: Merge svn revision 975 from Zebra repository. --- ospf6d/ospf6_lsdb.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ospf6d/ospf6_lsdb.h') diff --git a/ospf6d/ospf6_lsdb.h b/ospf6d/ospf6_lsdb.h index a10f001c..d32f78da 100644 --- a/ospf6d/ospf6_lsdb.h +++ b/ospf6d/ospf6_lsdb.h @@ -41,10 +41,10 @@ struct ospf6_lsdb { \ if (! OSPF6_LSA_IS_MAXAGE (lsa)) \ continue; \ - if (lsa->retrans_count != 0) \ + if (lsa->retrans_count != 0) \ continue; \ - if (IS_OSPF6_DEBUG_LSA (TIMER)) \ - zlog_info (" remove maxage %s", lsa->name); \ + if (IS_OSPF6_DEBUG_LSA_TYPE (lsa->header->type)) \ + zlog_info ("Remove MaxAge %s", lsa->name); \ ospf6_lsdb_remove (lsa, lsdb); \ } \ } while (0) -- cgit v1.2.3