From: Ondrej Filip Date: Tue, 27 Apr 1999 13:04:33 +0000 (+0000) Subject: Just changes of comments. X-Git-Tag: v1.2.0~1587 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59e2188cb7020e43e25c9d5bdcd011f341ddfc1d;p=thirdparty%2Fbird.git Just changes of comments. --- diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index 97355bc87..6aedb2ae2 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -165,7 +165,6 @@ wait_timer_hook(timer *timer) } add_hello_timer(ifa); } - /* FIXME: Destroy timer */ } void @@ -231,7 +230,6 @@ ospf_if_notify(struct proto *p, unsigned flags, struct iface *new, struct iface struct ospf_config *c; c=(struct ospf_config *)(p->cf); - DBG(" OSPF: If notify called\n"); if((flags & IF_CHANGE_UP) && is_good_iface(p, new)) diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 26d201a05..b96ee91b0 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -55,9 +55,7 @@ struct ospf_iface { #define OSPF_IS_DROTHER 3 /* I'm on BCAST or NBMA and I'm not DR */ #define OSPF_IS_BACKUP 4 /* I'm BDR */ #define OSPF_IS_DR 5 /* I'm DR */ - timer *timer; /* One shot Wait timer - used after DOWN->UP - * And timer for hello */ - + timer *timer; /* WAIT and also HELLOINT time */ /* Default values for interface parameters */ #define COST_D 10 #define RXMTINT_D 5