diff options
author | hasso <hasso> | 2004-09-01 23:36:14 +0200 |
---|---|---|
committer | hasso <hasso> | 2004-09-01 23:36:14 +0200 |
commit | 1e05838a4db178f25eef560d774cf63d7af6d3c4 (patch) | |
tree | f87bdb34ec1337e390b885d5344f1a40c7dbb383 /ospf6d/ospf6_neighbor.c | |
parent | Indentation consensus. (diff) | |
download | frr-1e05838a4db178f25eef560d774cf63d7af6d3c4.tar.xz frr-1e05838a4db178f25eef560d774cf63d7af6d3c4.zip |
Merge svn revision 975 from Zebra repository.
Diffstat (limited to 'ospf6d/ospf6_neighbor.c')
-rw-r--r-- | ospf6d/ospf6_neighbor.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ospf6d/ospf6_neighbor.c b/ospf6d/ospf6_neighbor.c index e7818abbf..402ca6229 100644 --- a/ospf6d/ospf6_neighbor.c +++ b/ospf6d/ospf6_neighbor.c @@ -294,10 +294,6 @@ negotiation_done (struct thread *thread) for (lsa = ospf6_lsdb_head (on->ospf6_if->lsdb); lsa; lsa = ospf6_lsdb_next (lsa)) { - if (IS_OSPF6_DEBUG_LSA (DATABASE)) - zlog_info ("Add copy of %s to %s of %s", lsa->name, - (OSPF6_LSA_IS_MAXAGE (lsa) ? "retrans_list" : - "summary_list"), on->name); if (OSPF6_LSA_IS_MAXAGE (lsa)) { ospf6_increment_retrans_count (lsa); @@ -311,10 +307,6 @@ negotiation_done (struct thread *thread) for (lsa = ospf6_lsdb_head (on->ospf6_if->area->lsdb); lsa; lsa = ospf6_lsdb_next (lsa)) { - if (IS_OSPF6_DEBUG_LSA (DATABASE)) - zlog_info ("Add copy of %s to %s of %s", lsa->name, - (OSPF6_LSA_IS_MAXAGE (lsa) ? "retrans_list" : - "summary_list"), on->name); if (OSPF6_LSA_IS_MAXAGE (lsa)) { ospf6_increment_retrans_count (lsa); @@ -328,10 +320,6 @@ negotiation_done (struct thread *thread) for (lsa = ospf6_lsdb_head (on->ospf6_if->area->ospf6->lsdb); lsa; lsa = ospf6_lsdb_next (lsa)) { - if (IS_OSPF6_DEBUG_LSA (DATABASE)) - zlog_info ("Add copy of %s to %s of %s", lsa->name, - (OSPF6_LSA_IS_MAXAGE (lsa) ? "retrans_list" : - "summary_list"), on->name); if (OSPF6_LSA_IS_MAXAGE (lsa)) { ospf6_increment_retrans_count (lsa); |