commit | 3b4cd3a9e89a5aace04a6a756bd0d23b7108fd83 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Tue May 18 19:28:32 2004 +0000 |
committer | hasso <hasso> | Tue May 18 19:28:32 2004 +0000 |
tree | a15fe3959155a6ca5bd5a2f8e967f9fd39736975 | |
parent | 4845437528f395c75c1945dd80b140b7162e4667 [diff] [blame] |
Update to latest (really :) ospf6d from Zebra repository and some tiny fixes.
diff --git a/ospf6d/ospf6_lsdb.h b/ospf6d/ospf6_lsdb.h index 94dfcb6..4ec722b 100644 --- a/ospf6d/ospf6_lsdb.h +++ b/ospf6d/ospf6_lsdb.h
@@ -121,7 +121,7 @@ { \ 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); \