summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-09-04 23:21:34 +0200
committerOndrej Filip <feela@network.cz>2000-09-04 23:21:34 +0200
commit52fa3e386948b13b928ff9be778a7de62a00ceb3 (patch)
treeb4425e655feead48abe69b2c96dfb975c1af64f5 /proto/ospf/ospf.c
parentb02e40111ea8d97bf1c3bfa25970ee0d828cd7bc (diff)
downloadbird-52fa3e386948b13b928ff9be778a7de62a00ceb3.tar
bird-52fa3e386948b13b928ff9be778a7de62a00ceb3.zip
Fixed many bugs in rt calculation and interface adding. Now it seems to be
OK, I'm going to advertise 1.0.4.
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r--proto/ospf/ospf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c
index 83bcc56..151187f 100644
--- a/proto/ospf/ospf.c
+++ b/proto/ospf/ospf.c
@@ -355,8 +355,10 @@ ospf_rt_notify(struct proto *p, net *n, rte *new, rte *old, ea_list *attrs)
{
struct proto_ospf *po=(struct proto_ospf *)p;
+/* Temporarily down write anythink
OSPF_TRACE(D_EVENTS, "Got route %I/%d %s", p->name, n->n.prefix,
n->n.pxlen, new ? "up" : "down");
+*/
if(new) /* Got some new route */
{