summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>1999-04-27 15:04:33 +0200
committerOndrej Filip <feela@network.cz>1999-04-27 15:04:33 +0200
commit59e2188cb7020e43e25c9d5bdcd011f341ddfc1d (patch)
tree2319c16bd6c722a69faebb00ed22e3606441bdb1 /proto/ospf/ospf.h
parent6376a961332552e2bc178d647f1e5cfa01a1ac32 (diff)
downloadbird-59e2188cb7020e43e25c9d5bdcd011f341ddfc1d.tar
bird-59e2188cb7020e43e25c9d5bdcd011f341ddfc1d.zip
Just changes of comments.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h
index 26d201a..b96ee91 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