From 52fa3e386948b13b928ff9be778a7de62a00ceb3 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 4 Sep 2000 21:21:34 +0000 Subject: Fixed many bugs in rt calculation and interface adding. Now it seems to be OK, I'm going to advertise 1.0.4. --- proto/ospf/ospf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/ospf/ospf.c') 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 */ { -- cgit v1.2.3