summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2005-02-20 05:27:56 +0100
committerOndrej Filip <feela@network.cz>2005-02-20 05:27:56 +0100
commitd8c7d9e8846f025e42227c64e992a3a52ca7dfb4 (patch)
tree4f090dda24bf8288b3af358fd3375c0374e75d93 /proto/ospf/ospf.h
parent7de7470a2a6c649ce4d4ce52146e84e6638ebf58 (diff)
downloadbird-d8c7d9e8846f025e42227c64e992a3a52ca7dfb4.tar
bird-d8c7d9e8846f025e42227c64e992a3a52ca7dfb4.zip
Since now I can also use 'dead interval', not just 'dead counter'.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h
index 44ba10f..79d1f4f 100644
--- a/proto/ospf/ospf.h
+++ b/proto/ospf/ospf.h
@@ -138,7 +138,7 @@ struct ospf_iface
u32 waitint; /* number of sec before changing state from wait */
u32 rxmtint; /* number of seconds between LSA retransmissions */
u32 pollint; /* Poll interval */
- u32 deadc; /* after "deadint" missing hellos is router dead */
+ u32 dead; /* after "deadint" missing hellos is router dead */
u32 vid; /* Id of peer of virtual link */
ip_addr vip; /* IP of peer of virtual link */
struct ospf_area *voa; /* Area wich the vlink goes through */
@@ -548,6 +548,7 @@ struct ospf_iface_patt
u32 priority;
u32 waitint;
u32 deadc;
+ u32 dead;
u32 type;
u32 autype;
u32 strictnbma;