From 3b4cd3a9e89a5aace04a6a756bd0d23b7108fd83 Mon Sep 17 00:00:00 2001 From: hasso Date: Tue, 18 May 2004 19:28:32 +0000 Subject: Update to latest (really :) ospf6d from Zebra repository and some tiny fixes. --- ospf6d/ospf6_lsdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospf6d/ospf6_lsdb.h') diff --git a/ospf6d/ospf6_lsdb.h b/ospf6d/ospf6_lsdb.h index 94dfcb64..4ec722b4 100644 --- a/ospf6d/ospf6_lsdb.h +++ b/ospf6d/ospf6_lsdb.h @@ -121,7 +121,7 @@ struct ospf6_lsdb { \ if (! OSPF6_LSA_IS_MAXAGE (lsa)) \ continue; \ - if (lsa->refcnt != 0) \ + if (lsa->onretrans != 0) \ continue; \ if (IS_OSPF6_DEBUG_LSA (TIMER)) \ zlog_info (" remove maxage %s", lsa->name); \ -- cgit v1.2.1