diff options
author | hasso <hasso> | 2004-05-18 21:28:32 +0200 |
---|---|---|
committer | hasso <hasso> | 2004-05-18 21:28:32 +0200 |
commit | 3b4cd3a9e89a5aace04a6a756bd0d23b7108fd83 (patch) | |
tree | a15fe3959155a6ca5bd5a2f8e967f9fd39736975 /ospf6d/ospf6_lsdb.h | |
parent | Forgot these. (diff) | |
download | frr-3b4cd3a9e89a5aace04a6a756bd0d23b7108fd83.tar.xz frr-3b4cd3a9e89a5aace04a6a756bd0d23b7108fd83.zip |
Update to latest (really :) ospf6d from Zebra repository and some tiny
fixes.
Diffstat (limited to 'ospf6d/ospf6_lsdb.h')
-rw-r--r-- | ospf6d/ospf6_lsdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_lsdb.h b/ospf6d/ospf6_lsdb.h index 94dfcb648..4ec722b49 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); \ |