summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_top.c
diff options
context:
space:
mode:
authorhasso <hasso>2004-09-01 21:36:14 +0000
committerhasso <hasso>2004-09-01 21:36:14 +0000
commit1e05838a4db178f25eef560d774cf63d7af6d3c4 (patch)
treef87bdb34ec1337e390b885d5344f1a40c7dbb383 /ospf6d/ospf6_top.c
parent863076db0f6ef0f9090abdfd9e2388db0bf02770 (diff)
Merge svn revision 975 from Zebra repository.
Diffstat (limited to 'ospf6d/ospf6_top.c')
-rw-r--r--ospf6d/ospf6_top.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/ospf6d/ospf6_top.c b/ospf6d/ospf6_top.c
index 23ad09f0..5ab208b4 100644
--- a/ospf6d/ospf6_top.c
+++ b/ospf6d/ospf6_top.c
@@ -61,8 +61,6 @@ ospf6_top_lsdb_hook_add (struct ospf6_lsa *lsa)
break;
default:
- if (IS_OSPF6_DEBUG_LSA (RECV))
- zlog_info ("Unknown LSA in AS-scoped lsdb");
break;
}
}
@@ -77,8 +75,6 @@ ospf6_top_lsdb_hook_remove (struct ospf6_lsa *lsa)
break;
default:
- if (IS_OSPF6_DEBUG_LSA (RECV))
- zlog_info ("Unknown LSA in AS-scoped lsdb");
break;
}
}
@@ -216,8 +212,6 @@ ospf6_maxage_remover (struct thread *thread)
listnode i, j, k;
o->maxage_remover = (struct thread *) NULL;
- if (IS_OSPF6_DEBUG_LSA (TIMER))
- zlog_info ("Maxage Remover");
for (i = listhead (o->area_list); i; nextnode (i))
{
@@ -232,9 +226,6 @@ ospf6_maxage_remover (struct thread *thread)
on->state != OSPF6_NEIGHBOR_LOADING)
continue;
- if (IS_OSPF6_DEBUG_LSA (TIMER))
- zlog_info ("Maxage Remover End: %s exchange or loading",
- on->name);
return 0;
}
}
@@ -252,9 +243,6 @@ ospf6_maxage_remover (struct thread *thread)
}
OSPF6_LSDB_MAXAGE_REMOVER (o->lsdb);
- if (IS_OSPF6_DEBUG_LSA (TIMER))
- zlog_info ("Maxage Remover End");
-
return 0;
}