]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Just changes of comments.
authorOndrej Filip <feela@network.cz>
Tue, 27 Apr 1999 13:04:33 +0000 (13:04 +0000)
committerOndrej Filip <feela@network.cz>
Tue, 27 Apr 1999 13:04:33 +0000 (13:04 +0000)
proto/ospf/ospf.c
proto/ospf/ospf.h

index 97355bc87f0dc1f4b8006fa806ab05fe68e883f4..6aedb2ae28d5d213e83243660216c6488c2dfb91 100644 (file)
@@ -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))
index 26d201a0524b9904f5e8d0e5ed40b8d9fefcf364..b96ee91b00bc7e2e7a15e625b7a2bb2e765a0d64 100644 (file)
@@ -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